130131132133134135136137138139140
Detonator.INSTANCE.triggers.add(new BooleanSlot()); } if (bindType == stringBinding) { Detonator.INSTANCE.strings.add(new StringSlot()); } if (bindType == missionBinding) { Detonator.INSTANCE.missionAvailable.add(new TBoolean(false)); }