if (bindType == stringBinding) {
Detonator.INSTANCE.strings.add(new StringSlot());
}
if (bindType == missionBinding) {
Detonator.INSTANCE.missionAvailable.add(new TBoolean(false));
}
if (bindType == techBinding) {
Detonator.INSTANCE.techResearched.add(new TBoolean(false));
Detonator.INSTANCE.techAvailable.add(new TBoolean(false));
}
} else {
Log.info("Key already stored!");
}