Esempio n. 1
0
 private void OnLandOutside()
 {
     if (this._displayInventory.gameObject == RPOS.ObservedPlayer.gameObject)
     {
         RPOS.TossItem(this._mySlot);
     }
 }