static TAS() { DebugMenuB.MakeDebugMenuExist(); filePath = "Ori.tas"; player = new TASPlayer(filePath); deltaTime = 0.016666667f; timeScale = 1f; long lookHere = 0x123456789abcdef1; currentInputLine = lookHere.ToString(); colors = new List <Color>(); lastColorCheck = DateTime.MinValue; lastFileWrite = DateTime.MinValue; }