Files
RedHotRoast-ios/Assets/Legend/Define/Model/Config/Game/exBrPoolModel.cs
T

11 lines
219 B
C#

using SGModule.ConfigLoader;
namespace LoveLegend {
[ConfigKey("TurnOffRewards")]
public class TurnOffRewards {
public int Reward_Type;
public float quantity;
public int weight;
}
}