mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
Fix Basic Rogue Event
This commit is contained in:
7
Common/Data/Config/Scene/NpcInfo.cs
Normal file
7
Common/Data/Config/Scene/NpcInfo.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace EggLink.DanhengServer.Data.Config.Scene;
|
||||
|
||||
public class NpcInfo : PositionInfo
|
||||
{
|
||||
public int NPCID { get; set; }
|
||||
public bool IsClientOnly { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user