1
0
mirror of synced 2024-12-01 01:07:18 +01:00
GC-local-server-rewrite/Domain/Config/UnlockRewardConfig.cs

14 lines
275 B
C#
Raw Normal View History

2023-02-13 17:38:19 +01:00
namespace Domain.Config;
public class UnlockRewardConfig
{
public int RewardId { get; set; }
public int RewardType { get; set; }
public int TargetId { get; set; }
public int TargetNum { get; set; }
public int KeyNum { get; set; }
}