예제 #1
0
 public Dish(EatAppleSmp oxEAP, int EnabledNum)
 {
     this.oEAP       = oxEAP;
     this.EnabledNum = EnabledNum;
 }
예제 #2
0
파일: test.cs 프로젝트: hibaby/wowboss
 public Dish(EatAppleSmp oxEAP, int EnabledNum)
 {
     this.oEAP = oxEAP;
     this.EnabledNum = EnabledNum;
 }