[Fix] move ninja objectives into NinjaRole (#15490)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-04-17 22:32:05 +00:00
committed by GitHub
parent 60559ad1c1
commit 251f429fb3
15 changed files with 276 additions and 241 deletions

View File

@@ -4,7 +4,8 @@ using Content.Shared.Roles;
namespace Content.Server.Traitor
{
public sealed class TraitorRole : Role
[Virtual]
public class TraitorRole : Role
{
public AntagPrototype Prototype { get; }