[NCC] Implemented Turf War (#9341)

This commit is contained in:
Daniel Bomar 2022-08-05 17:19:46 -05:00 committed by GitHub
parent 1d0bcb49ad
commit d42f9f1eca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 232 additions and 0 deletions

View file

@ -33,6 +33,7 @@ public enum CounterType {
COIN("coin"),
COLLECTION("collection"),
COMPONENT("component"),
CONTESTED("contested"),
CORPSE("corpse"),
CORRUPTION("corruption"),
CREDIT("credit"),