Exemple #1
0
 public plyGameAttributeDatabaseModel(UniqueID id, string category, bool show, CharacterStatFormatterBase formatter)
 {
     this.id        = id;
     this.category  = category;
     this.show      = show;
     this.formatter = formatter;
 }
 public plyGameAttributeDatabaseModel(UniqueID id, string category, bool show, CharacterStatFormatterBase formatter)
 {
     this.id = id;
     this.category = category;
     this.show = show;
     this.formatter = formatter;
 }