Exemplo n.º 1
0
 public MoneySpawnRange(MoneySpawnRange other)
 {
     Min = other.Min;
     Max = other.Max;
 }
Exemplo n.º 2
0
 public MoneySpawnStep(RandRange moneyAmount)
 {
     MoneyRange = new MoneySpawnRange(moneyAmount);
 }