Пример #1
0
 public DrawManager(GraphicDef bodyGraphicPath, GraphicDef headGraphicPath, Droid droid)
 {
     this.bodyGraphicDef = bodyGraphicPath;
     this.headGraphicDef = headGraphicPath;
     this.parent = droid;
 }
Пример #2
0
 public DrawManager(GraphicDef bodyGraphicPath, GraphicDef headGraphicPath, Droid droid)
 {
     this.bodyGraphicDef = bodyGraphicPath;
     this.headGraphicDef = headGraphicPath;
     this.parent         = droid;
 }