Exemplo n.º 1
0
 public static CharacterModel Create(Entities.ENTITY_TYPE parentType, uint parentId) => Create(Type, parentType, parentId);
Exemplo n.º 2
0
 public static AnimStateModel GetByParent(Entities.ENTITY_TYPE parentType, uint parentId) => GetByParent(Type, (int)parentType, parentId);
Exemplo n.º 3
0
 public static CharacterModel GetByParent(Entities.ENTITY_TYPE parentType, uint parentId) => GetByParent(Type, (int)parentType, parentId);