11 lines
209 B
C#
11 lines
209 B
C#
|
namespace LOC.Core.Tokens.Client
|
|||
|
{
|
|||
|
public class GemRewardToken
|
|||
|
{
|
|||
|
public string Name { get; set; }
|
|||
|
|
|||
|
public string Source { get; set; }
|
|||
|
|
|||
|
public int Amount { get; set; }
|
|||
|
}
|
|||
|
}
|