Ejemplo n.º 1
0
 public static void ShowEnemy(this EntityComponent entityComponent, NPCData data)
 {
     entityComponent.ShowEntity(typeof(Enemy), "Enemy", data);
 }
Ejemplo n.º 2
0
 public static void ShowNPC(this EntityComponent entityComponent, NPCData data)
 {
     entityComponent.ShowEntity(typeof(NPC), "NPC", data);
 }