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