CooldownState.cs (143B)
1 namespace Slimecing.Abilities { 2 public enum CooldownState 3 { 4 FirstTimeUse, 5 HasAnotherUse, 6 OnCooldown 7 } 8 }