12121
This commit is contained in:
9
Service/Application.Domain.Entity/model/GameNpcModel.cs
Normal file
9
Service/Application.Domain.Entity/model/GameNpcModel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class GameNpcModel
|
||||
{
|
||||
public int npcId { get; set; }
|
||||
public string name { get; set; }
|
||||
public string tips { get; set; }
|
||||
public int state { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user