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