예제 #1
0
 /// <summary>
 /// Initializes a new instance of the Race class.
 /// </summary>
 public Race()
 {
     this.ObjectType       = ObjectType.Race;
     this.StartingLocation = Point3.Empty;
     this.Attributes       = new AttributeList(this);
     this.Skills           = new SkillList(this);
 }
예제 #2
0
 public SkillGroup()
 {
     this.Skills = new SkillList(this);
 }