16 lines
469 B
C#
16 lines
469 B
C#
// using SGModule.Common.Key;
|
|
// using SGModule.DataStorage;
|
|
|
|
// public partial class ItemKeys
|
|
// {
|
|
|
|
// /// <summary>
|
|
// /// 看广告次数
|
|
// /// </summary>
|
|
// public static readonly ItemKey AdWatchCount = KeyRegistry.Register<ItemKey>("AdWatchCount");
|
|
|
|
// /// <summary>
|
|
// /// 可摇骰子次数
|
|
// /// </summary>
|
|
// public static readonly ItemKey AvailableDiceRolls = KeyRegistry.Register<ItemKey>("AvailableDiceRolls");
|
|
// } |