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:
9
Common/Data/Config/Scene/MonsterInfo.cs
Normal file
9
Common/Data/Config/Scene/MonsterInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user