예제 #1
0
 public long GetDefaultBattleLength(int level)
 => ToInt64(ToDouble(DropBalance.GetSecondsForLevel(level)) / GetMonstersForLevel(level));
예제 #2
0
 public DropValue GetDefaultDropValue(int level)
 => DropBalance.GetDropValue(level, GetDefaultBattleLength(level));