コード例 #1
0
 public MobileInstance(MobilePrototype prototype)
 {
     this.Prototype = prototype;
 }
コード例 #2
0
ファイル: Mobile.cs プロジェクト: ItzWarty/NBound
 public MobileInstance(MobilePrototype prototype)
 {
     this.Prototype = prototype;
 }