public void StopWaterTransition() { if (waterTransitioning && waterTwitchId >= 0) { TwitchManager.KillTwitch <float>(waterTwitchId); } }