Some Cleanups

This commit is contained in:
hondacrx
2021-06-07 18:06:16 -04:00
parent cb7640e3c6
commit 302a1f293c
53 changed files with 382 additions and 477 deletions
+2
View File
@@ -288,6 +288,7 @@ namespace Game
public int References;
}
[Flags]
public enum PhaseShiftFlags
{
None = 0x00,
@@ -299,6 +300,7 @@ namespace Game
NoCosmetic = 0x10 // This flag ignores shared cosmetic phases (two players that both have shared cosmetic phase but no other phase cannot see each other)
}
[Flags]
public enum PhaseFlags : ushort
{
None = 0x0,