mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
6 lines
183 B
C#
6 lines
183 B
C#
namespace EggLink.DanhengServer.Data.Config.Rogue;
|
|
|
|
public class RogueDialogueEventConfigInfo
|
|
{
|
|
public List<RogueDialogueEventOptionConfigInfo> OptionList { get; set; } = [];
|
|
} |