mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
7 lines
192 B
C#
7 lines
192 B
C#
namespace EggLink.DanhengServer.Data.Config.Rogue;
|
|
|
|
public class RogueDialogueEventOptionDynamicConfigInfo
|
|
{
|
|
public int DisplayID { get; set; }
|
|
public int DisplayID2 { get; set; }
|
|
} |