예제 #1
0
 public MobileInstance(MobilePrototype prototype)
 {
     this.Prototype = prototype;
 }
예제 #2
0
파일: Mobile.cs 프로젝트: ItzWarty/NBound
 public MobileInstance(MobilePrototype prototype)
 {
     this.Prototype = prototype;
 }