namespace NexusForever.Shared.GameTable.Model { public class Quest2RandomTextLineJoinEntry { public uint Id; public uint Quest2Id; public uint QuestVOTextType; public uint RandomTextLineId; } }