Esempio n. 1
0
 public GameControllerEventArgs(_STATUS pStatus, _OPERATIONS pOper)
 {
     this.mStatus = pStatus;
     this.mOper = pOper;
 }
Esempio n. 2
0
 public GameControllerEventArgs(_STATUS pStatus, _OPERATIONS pOper)
 {
     this.mStatus = pStatus;
     this.mOper   = pOper;
 }
Esempio n. 3
0
 public GameControllerEventArgs()
 {
     mStatus = _STATUS.READY;
 }