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