feat: add handling for overtime victories
This commit is contained in:
@ -11,5 +11,7 @@ public enum EntityType {
|
||||
/** Represents a Rock entity */
|
||||
Rocks,
|
||||
/** Represents an InfinityStone entity */
|
||||
InfinityStones
|
||||
InfinityStones,
|
||||
/** Represents nothing */
|
||||
None
|
||||
}
|
||||
|
Reference in New Issue
Block a user