Example #1
0
 public void CmdRequestStateUpdate()
 {
     StateTransfer[] to = new StateTransfer[activeStates.Count];
     for (int count = 0; count < to.Length; count++)
     {
         to[count] = new StateTransfer(StateList.i.contained.IndexOf(activeStates[count]), properties[count].duration, properties[count].durationMax, properties[count].stacks);
     }
     RpcCallbackStateUpdate(to);
 }
 public void WhenJEffectueUnVirementDeDuCompteChequeVersLeCompteEpargne(uint amount)
 {
     this.stateTransfer = this.debitBankAccount.Debit(amount, this.creditBankAccount.Credit);
 }