Ejemplo n.º 1
0
 protected void ClearLooter()
 {
     this.occupierText          = null;
     this._currentlyUsingPlayer = uLink.NetworkPlayer.unassigned;
     if (this.thisClientIsInWindow)
     {
         try
         {
             RPOS.CloseLootWindow();
         }
         catch (Exception exception)
         {
             Debug.LogError(exception);
         }
         finally
         {
             this.thisClientIsInWindow = false;
         }
     }
 }