コード例 #1
0
 public DrawManager(GraphicDef bodyGraphicPath, GraphicDef headGraphicPath, Droid droid)
 {
     this.bodyGraphicDef = bodyGraphicPath;
     this.headGraphicDef = headGraphicPath;
     this.parent = droid;
 }
コード例 #2
0
ファイル: DrawManager.cs プロジェクト: SeanLeeLKY/MD2-Source
 public DrawManager(GraphicDef bodyGraphicPath, GraphicDef headGraphicPath, Droid droid)
 {
     this.bodyGraphicDef = bodyGraphicPath;
     this.headGraphicDef = headGraphicPath;
     this.parent         = droid;
 }