public Npc(Name NewName) { this.NpcName = NewName; this.GenerateStats(); this.Level = 1; }
public void Set(Name NewName) { this.NpcName = NewName; this.GenerateStats(); }