mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
8 lines
252 B
C#
8 lines
252 B
C#
namespace EggLink.DanhengServer.Data.Config.Rogue;
|
|
|
|
public class RogueNPCDialogueConfigInfo : RogueDialogueBaseConfigInfo
|
|
{
|
|
public int DialogueProgress { get; set; }
|
|
public int UnlockID { get; set; }
|
|
public int TalkNameID { get; set; }
|
|
} |