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