Ejemplo n.º 1
0
 public static D_Test GetEntity(string entityName)
 {
     return((D_Test)MetaDefault.GetEntity(entityName));
 }
Ejemplo n.º 2
0
 public static D_ObjectText GetEntity(string entityName)
 {
     return((D_ObjectText)MetaDefault.GetEntity(entityName));
 }
Ejemplo n.º 3
0
 public static D_Test GetEntity(BGId entityId)
 {
     return((D_Test)MetaDefault.GetEntity(entityId));
 }
Ejemplo n.º 4
0
 public static D_ObjectText GetEntity(BGId entityId)
 {
     return((D_ObjectText)MetaDefault.GetEntity(entityId));
 }
Ejemplo n.º 5
0
 public static D_StageData GetEntity(string entityName)
 {
     return((D_StageData)MetaDefault.GetEntity(entityName));
 }
Ejemplo n.º 6
0
 public static D_StageData GetEntity(BGId entityId)
 {
     return((D_StageData)MetaDefault.GetEntity(entityId));
 }
Ejemplo n.º 7
0
 public static D_SaveLoad GetEntity(string entityName)
 {
     return((D_SaveLoad)MetaDefault.GetEntity(entityName));
 }
Ejemplo n.º 8
0
 public static D_SaveLoad GetEntity(BGId entityId)
 {
     return((D_SaveLoad)MetaDefault.GetEntity(entityId));
 }