示例#1
0
 public static CharacterModel getCreatureModell(CreatureTyp typ)
 {
     return(CreatureModels[(int)typ]);
 }
示例#2
0
 public static BasicModel getCreatureShadow(CreatureTyp typ)
 {
     return(CreatureShadows[(int)typ]);
 }
示例#3
0
 public static Vector3 getCreatureParams(CreatureTyp typ)
 {
     return(CreaturParamters[(int)typ]);
 }