qstbak/LLib/LLib.GameData/PublicEvent.cs
2026-08-17 20:29:32 +10:00

5 lines
357 B
C#

using System.Numerics;
namespace LLib.GameData;
public readonly record struct PublicEvent(EPublicEventType Type, uint Id, string Name, Vector3 Position, float Radius, byte Level, byte MaxLevel, float Progress, float Duration, float TimeRemaining, bool IsActive, bool IsPending, bool HasBonus, byte FateRule, uint MotivationNpcDataId, ushort ChainFateId);