Esempio n. 1
0
 public void Standup()
 {
     SeatInfo.Standup();
     Coins   += Carry;
     Carry    = 0;
     SeatInfo = null;
 }