增加修炼功能
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Application.Web;
|
||||
|
||||
public class EquUpParms
|
||||
{
|
||||
public string ueId { get; set; }
|
||||
public string needs { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace Application.Web;
|
||||
|
||||
public class FightMonsterParms
|
||||
{
|
||||
public int type { get; set; }
|
||||
public string monsterId { get; set; }
|
||||
public string sign { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Application.Web;
|
||||
|
||||
public class FightParms
|
||||
{
|
||||
public string fightId { get; set; }
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace Application.Web;
|
||||
|
||||
public class CheckUserPropParms
|
||||
{
|
||||
public int type { get; set; }
|
||||
public int count { get; set; }
|
||||
public string needs { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user