コード例 #1
0
 public SpellOperator(SpellOperatorPolicy option, SpellOperatorScope scope, int value, int min, int max = 9)
 {
     Option   = option;
     Scope    = scope;
     Value    = value;
     MinValue = min;
     MaxValue = max;
 }
コード例 #2
0
 public SpellOperator(SpellOperatorPolicy option, SpellOperatorScope scope, int value, int min, int max = 9)
 {
     this.Option   = option;
     this.Scope    = scope;
     this.Value    = value;
     this.MinValue = min;
     this.MaxValue = max;
 }