任务系统一半多,商城筛选功能,一些细节和免费包
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public class PlayerEconomyPayload
|
||||
{
|
||||
public int version = 1;
|
||||
public long lastUpdatedUtcTicks;
|
||||
public int coins;
|
||||
public int material;
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public class PlayerEconomyEnvelope
|
||||
{
|
||||
public string payload;
|
||||
public string signature;
|
||||
}
|
||||
Reference in New Issue
Block a user