mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
8 lines
211 B
C#
8 lines
211 B
C#
namespace EggLink.DanhengServer.Data.Config.Task;
|
|
|
|
public class EnterMap : TaskConfigInfo
|
|
{
|
|
public int EntranceID { get; set; }
|
|
public int GroupID { get; set; }
|
|
public int AnchorID { get; set; }
|
|
} |