private void OnDrawGizmos() { if (!Application.isPlaying) { return; } GizmosEvent?.Invoke(); }
private void OnDrawGizmos() { GizmosEvent?.Invoke(); }