示例#1
0
 /// <summary>
 /// Returns the Type of the class that was assigned to this enum.
 /// </summary>
 public static Type GetClass(this MobType mobType)
 {
     return(EntityEnumAtrribute.GetClass(mobType));
 }
示例#2
0
 /// <summary>
 /// Returns the Type of the class that was assigned to this enum.
 /// </summary>
 public static Type GetClass(this ObjectType objectType)
 {
     return(EntityEnumAtrribute.GetClass(objectType));
 }
示例#3
0
 /// <summary>
 /// Returns the Type of the class that was assigned to this enum.
 /// </summary>
 public static Type GetClass(this TileType tileType)
 {
     return(EntityEnumAtrribute.GetClass(tileType));
 }
示例#4
0
 /// <summary>
 /// Returns the Type of the class that was assigned to this enum.
 /// </summary>
 public static Type GetClass(this ItemType itemType)
 {
     return(EntityEnumAtrribute.GetClass(itemType));
 }