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