Пример #1
0
 public Npc(Name NewName)
 {
     this.NpcName = NewName;
     this.GenerateStats();
     this.Level = 1;
 }
Пример #2
0
 public void Set(Name NewName)
 {
     this.NpcName = NewName;
     this.GenerateStats();
 }