Exemplo n.º 1
0
 private void Unload()
 {
     if (_stashRoutine != null)
     {
         ServerMgr.Instance.StopCoroutine(_stashRoutine);
     }
     foreach (MapMarkerGenericRadius marker in _mapMarker.SelectMany(mm => mm.Value))
     {
         marker.Kill();
     }
 }