Exemplo n.º 1
0
 public SuspicionInnocentRole(Mind mind, AntagPrototype antagPrototype) : base(mind)
 {
     Prototype  = antagPrototype;
     Name       = antagPrototype.Name;
     Antagonist = antagPrototype.Antagonist;
 }
Exemplo n.º 2
0
 public TraitorRole(Mind.Mind mind, AntagPrototype antagPrototype) : base(mind)
 {
     Prototype  = antagPrototype;
     Name       = antagPrototype.Name;
     Antagonist = antagPrototype.Antagonist;
 }