Compare commits
No commits in common. "a63041a4266750dea10dd2ccf08010cbb0fd90f7" and "62e44f2cf52a05369a0b78848397fd4a1df965ea" have entirely different histories.
a63041a426
...
62e44f2cf5
@ -12,36 +12,6 @@ public class auth_login
|
||||
public string grantType = "password";
|
||||
|
||||
}
|
||||
public class auth_createTemplate
|
||||
{
|
||||
public string templateName;
|
||||
public string sceneId;
|
||||
public string subjectId;
|
||||
public string isTemplate;
|
||||
public string mode;
|
||||
public List<PlayerList> playerList;
|
||||
public List<NpcList> npcList;
|
||||
public List<MaterialList> materialList;
|
||||
}
|
||||
public class PlayerList
|
||||
{
|
||||
public string userId;
|
||||
public string roleId;
|
||||
public string birthAreaId;
|
||||
public string chargeAreaId;
|
||||
}
|
||||
public class NpcList
|
||||
{
|
||||
public string userId;
|
||||
public string roleId;
|
||||
public int birthAreaId;
|
||||
}
|
||||
public class MaterialList
|
||||
{
|
||||
public string materialId;
|
||||
public int num;
|
||||
}
|
||||
|
||||
|
||||
//public class TemplateList//可空
|
||||
//{
|
||||
|
Loading…
Reference in New Issue
Block a user