Ejemplo n.º 1
0
 private GameObject(GameObjectTemplate template)
 {
     Type |= ObjectTypes.GameObject;
     Entry = template.Id;
     GameObjectType = template.Type;
     DisplayId = template.DisplayId;
     ScaleX = template.ScaleX;
     _template = template;
     _useHandler = GetHandler();
 }