[common] add deathmatch mode

This commit is contained in:
2019-03-25 17:42:20 +03:00
parent 7d570336a5
commit 556cd2f1a9
14 changed files with 223 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
package ru.m.tankz.preset;
import ru.m.tankz.Type;
class DeathGame {
public static var TYPE(default, never):GameType = 'death';
}