export class constant { public static EnemyPlaneType = { TYPE1: 1, TYPE2: 2, } public static Combination = { PLAN1: 1, PLAN2: 2, PLAN3: 3, } }