Files
BallCrushBest_GP/Assets/Legend/Define/Model/Config/Game/BackgroundModel.cs
T
2026-04-20 12:06:34 +08:00

22 lines
407 B
C#

using System.Collections.Generic;
using SGModule.ConfigLoader;
namespace BallKingdomCrush
{
[ConfigKey("BackgroundImage")]
public class BackgroundImage
{
public int id;
public string FeatureModule;
public string des_key;
public string Name;
}
public enum des_key
{
remove_ad_gift,
pack_gift,
pass_gift,
VIP
}
}