2026-04-20 12:06:34 +08:00
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using SGModule.ConfigLoader;
|
|
|
|
|
|
|
|
|
|
namespace BallKingdomCrush
|
|
|
|
|
{
|
|
|
|
|
[ConfigKey("OnlineRewards")]
|
|
|
|
|
public class OnlineRewards
|
|
|
|
|
{
|
|
|
|
|
public int OnlineLimitNum;
|
|
|
|
|
public int OnlineCountTime;
|
|
|
|
|
public int OnlineAward;
|
|
|
|
|
}
|
|
|
|
|
}
|