Skip to content

Commit 79c390c

Browse files
author
magiclu550
committed
[JSMOD@2_471_COMMIT] add ROUND_END_STATS
1 parent 22f2f0f commit 79c390c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

JSMod2DevelopKit/src/main/java/cn/jsmod2/api/server/ROUND_END_STATS.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@
99
package cn.jsmod2.api.server;
1010

1111
public enum ROUND_END_STATS {
12+
ON_GOING,
13+
MTF_VICTORY,
14+
SCP_VICTORY,
15+
SCP_CI_VICTORY,
16+
CI_VICTORY,
17+
NO_VICTORY,
18+
FORCE_END,
19+
OTHER_VICTORY
1220
}

0 commit comments

Comments
 (0)