Placeholder pAIs, ghost role rules window (#4972)

This commit is contained in:
20kdc
2021-11-02 00:42:04 +00:00
committed by GitHub
parent 76bc00b218
commit 7a03f00cfd
18 changed files with 350 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ namespace Content.Shared.Ghost.Roles
public uint Identifier { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public string Rules { get; set; }
}
[NetSerializable, Serializable]