using System; namespace Robust.Shared.GameObjects; [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] public sealed class ByRefEventAttribute : Attribute { }