Beispiel #1
0
 public SimEntity(SimEntitySpec spec)
 {
     ID     = spec.ID;
     CardID = spec.CardID;
     Tags   = new TagSet();
     Tags.SetTags(spec.Tags);
     Enchantments = new List <SimEntity>();
 }