Example #1
0
 public ObjectsType(ObjectTypesEnum type, string Name, string ShortDescription, string Description)
 {
     this.type = type;
     this.Name = Name;
     this.Short = ShortDescription;
     this.Description = Description;
     //            this.Planet = Planet;
     //            this.Star = Star;
 }
Example #2
0
 public ObjectsType(ObjectTypesEnum type, string Name, string ShortDescription, string Description)
 {
     this.type        = type;
     this.Name        = Name;
     this.Short       = ShortDescription;
     this.Description = Description;
     //            this.Planet = Planet;
     //            this.Star = Star;
 }