[common] add deathmatch mode
This commit is contained in:
7
src/common/haxe/ru/m/tankz/preset/DeathGame.hx
Normal file
7
src/common/haxe/ru/m/tankz/preset/DeathGame.hx
Normal 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';
|
||||
}
|
||||
Reference in New Issue
Block a user