public DrawManager(GraphicDef bodyGraphicPath, GraphicDef headGraphicPath, Droid droid) { this.bodyGraphicDef = bodyGraphicPath; this.headGraphicDef = headGraphicPath; this.parent = droid; }