예제 #1
0
 public MoneySpawnRange(MoneySpawnRange other)
 {
     Min = other.Min;
     Max = other.Max;
 }
예제 #2
0
 public MoneySpawnStep(RandRange moneyAmount)
 {
     MoneyRange = new MoneySpawnRange(moneyAmount);
 }