public static void Load()
 {
     IL.Celeste.Player.OnBoundsH   += modRedDashState;
     IL.Celeste.Player.OnBoundsV   += modRedDashState;
     IL.Celeste.DashBlock.OnDashed += modRedDashState;
     FrostModule.RegisterILHook(new ILHook(typeof(Player).GetProperty("DashAttacking", BindingFlags.Instance | BindingFlags.Public).GetGetMethod(true), modRedDashState));
 }