namespace NexusForever.Shared.GameTable.Model { public class RandomTextLineEntry { public uint Id; public uint LocalizedTextId; public uint RandomTextLineSetId; } }