Exemplo n.º 1
0
 public TargetRangeProperty(int maxCount, int distance, TargetRangeAttribute value)
 {
     this.maxcount = maxCount;
     this.distance = distance;
     this.value    = value;
 }
Exemplo n.º 2
0
 public TargetRangeProperty(int maxCount, int distance, TargetRangeAttribute value)
 {
     this.maxcount = maxCount;
     this.distance = distance;
     this.value = value;
 }