Exemplo n.º 1
0
 public void TryRemoveFromFallenObjectsMan()
 {
     if (this.m_FallenObject)
     {
         FallenObjectsManager.Get().RemoveItem(this);
     }
 }
Exemplo n.º 2
0
 private void Start()
 {
     FallenObjectsManager.Get().OnFallenObjectSourceAdded(base.gameObject);
 }
Exemplo n.º 3
0
 private void OnDestroy()
 {
     FallenObjectsManager.Get().OnFallenObjectSourceRemoved(base.gameObject);
 }