8 lines
178 B
C#
8 lines
178 B
C#
namespace Application.Web;
|
|
|
|
public class FightMonsterParms
|
|
{
|
|
public int type { get; set; }
|
|
public string monsterId { get; set; }
|
|
public string sign { get; set; }
|
|
} |