MosswartMassacre/Unused/Decal.Adapter.Wrappers/CastEventType.cs
2025-06-09 02:03:11 +02:00

10 lines
126 B
C#

using System;
namespace Decal.Adapter.Wrappers;
[CLSCompliant(true)]
public enum CastEventType
{
Untargetted,
Targetted
}