Пример #1
0
 public Knights()
 {
     Name = "Jedi Knights";
     Description = "Elite warriors that are highly skilled with the force and lightsabers.";
     StandardIssueWeapon = new LightSaber();
     Soldiers = new List<ICharacter>();
 }
Пример #2
0
 public Jedi()
 {
     Weapon = new LightSaber();
 }