namespace NexusForever.Shared.GameTable.Model { public class LuaEventEntry { public uint Id; public string EventName; public string Parameters; } }