namespace MoleMole.Config { public enum MixinTargetting { None = 0, Allied = 1, Enemy = 2, All = 3 } }