namespace MoleMole.Config { public enum BulletClearBehavior { DoNothing = 0, ClearAndKillOnRemoval = 1, ClearAndKillAndPlayExplodeEffect = 2 } }