Example #1
0
 public virtual void Interact()
 {
     Interface.type("NPC: " + name, ConsoleColor.Cyan);
     Interface.type("==================", ConsoleColor.Yellow);
     Interface.type(text);
 }