Suspicion on the Space Station gamemode (#849)
This commit is contained in:
committed by
GitHub
parent
ccbe4bc23f
commit
5d7514674e
@@ -1,6 +1,9 @@
|
||||
// Hey look,
|
||||
// Antag Datums.
|
||||
|
||||
using Content.Server.GameObjects.EntitySystems;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Server.Mobs
|
||||
{
|
||||
/// <summary>
|
||||
@@ -20,6 +23,11 @@ namespace Content.Server.Mobs
|
||||
/// </summary>
|
||||
public abstract string Name { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether this role should be considered antagonistic or not.
|
||||
/// </summary>
|
||||
public abstract bool Antag { get; }
|
||||
|
||||
protected Role(Mind mind)
|
||||
{
|
||||
Mind = mind;
|
||||
|
||||
Reference in New Issue
Block a user