[editor] add PackListFrame
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package ru.m.tankz.preset;
|
||||
|
||||
import ru.m.tankz.Type;
|
||||
|
||||
class ClassicGame {
|
||||
public static var TYPE(default, never):GameType = 'classic';
|
||||
|
||||
public static var HUMAN(default, never):TeamId = 'human';
|
||||
public static var BOT(default, never):TeamId = 'bot';
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
package ru.m.tankz.preset;
|
||||
|
||||
import ru.m.tankz.Type;
|
||||
|
||||
class DeathGame {
|
||||
public static var TYPE(default, never):GameType = 'death';
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
package ru.m.tankz.preset;
|
||||
|
||||
import ru.m.tankz.Type;
|
||||
|
||||
class DotaGame {
|
||||
public static var TYPE(default, never):GameType = 'dota';
|
||||
|
||||
public static var RADIANT(default, never):TeamId = 'radiant';
|
||||
public static var DIRE(default, never):TeamId = 'dire';
|
||||
}
|
||||
Reference in New Issue
Block a user