Add 'None' value to InteractionLayers enum

This commit is contained in:
SLAYER 2026-03-10 21:51:51 +05:00 • committed by GitHub
parent 5146e4cc88
commit d9c94fbcef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ namespace RayTraceAPI
[Flags]
public enum InteractionLayers : ulong
{
None = 0,
Solid = 0x1,
Hitboxes = 0x2,
Trigger = 0x4,