public FixedStrategy(RPSLSEnum pick)
 {
     _pick = pick;
 }
Beispiel #2
0
 public Choice(RPSLSEnum value)
 {
     this.Value = (int)value;
     this.Text  = Enum.GetName(typeof(RPSLSEnum), value);
 }