Exemplo n.º 1
0
 public ModuleData(string Name, string Type)
 {
     //TODO - Keep ModuleData constructor up to date
     this.Name = Name;
     this.Type = CardLoading.GetModuleTypeFromString(Type);
     mLifetime = -1;
 }