mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
9 lines
263 B
C#
9 lines
263 B
C#
namespace EggLink.DanhengServer.Data.Config.Scene;
|
|
|
|
public class MonsterInfo : PositionInfo
|
|
{
|
|
public int NPCMonsterID { get; set; }
|
|
public int EventID { get; set; }
|
|
public int FarmElementID { get; set; }
|
|
public bool IsClientOnly { get; set; }
|
|
} |