mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-12-05 08:09:04 +00:00
个人战上限也9999
This commit is contained in:
parent
8f0aa1d3c7
commit
febe094a1b
@ -245,7 +245,7 @@ namespace Oshima.FunGame.OshimaServers.Service
|
|||||||
if (PrintOut) Console.WriteLine();
|
if (PrintOut) Console.WriteLine();
|
||||||
|
|
||||||
// 总回合数
|
// 总回合数
|
||||||
int maxRound = isTeam ? 9999 : 999;
|
int maxRound = 9999;
|
||||||
|
|
||||||
// 随机回合奖励
|
// 随机回合奖励
|
||||||
Dictionary<long, bool> effects = [];
|
Dictionary<long, bool> effects = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user