public interface IHitstop { public void EnterHitstop(); public void ExitHitstop(); public bool IsInHitstop(); }