111
This commit is contained in:
11
Service/Application.Domain.Entity/model/MapMonsterModel.cs
Normal file
11
Service/Application.Domain.Entity/model/MapMonsterModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class MapMonsterModel
|
||||
{
|
||||
public string monterId { get; set; }
|
||||
public string name { get; set; }
|
||||
/// <summary>
|
||||
/// 0地图怪物 1生成怪物
|
||||
/// </summary>
|
||||
public int type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user