コード例 #1
0
 public SuspicionInnocentRole(Mind mind, AntagPrototype antagPrototype) : base(mind)
 {
     Prototype  = antagPrototype;
     Name       = antagPrototype.Name;
     Antagonist = antagPrototype.Antagonist;
 }
コード例 #2
0
 public TraitorRole(Mind.Mind mind, AntagPrototype antagPrototype) : base(mind)
 {
     Prototype  = antagPrototype;
     Name       = antagPrototype.Name;
     Antagonist = antagPrototype.Antagonist;
 }