namespace MoleMole.Config { public enum EntityNature { Pure = 0, Biology = 1, Psycho = 2, Mechanic = 3, Count = 4 } }