public void Stop() { KeyUtils.Stop(); MouseOperations.Stop(); _initTimer.Elapsed -= OnInitTimer; _initTimer.Stop(); _updateTimer.Elapsed -= OnUpdate; _updateTimer.Stop(); _gos.ForEach(g => { g.Active = false; }); Stopped?.Invoke(); _sendStart = true; ActionManager.Stop(); Debug.Log("Stop"); }