2026-06-23 09:20:04 +01:00

9 lines
202 B
C#

using Intrepid.SimpleEvents;
namespace Intrepid.Gameplay.Flooring.Events
{
public class EmitFloorDetectionEvent : IEventBase
{
public FloorDetection FloorDetection { get; set; }
}
}