1
0
Fork 0
LaboratoryProtection/Assets/Plugins/MessagePipe/Runtime/IgnoreAutoRegistration.cs

10 lines
192 B
C#
Raw Normal View History

2023-09-12 15:55:51 +08:00
using System;
namespace MessagePipe
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class IgnoreAutoRegistration : Attribute
{
}
}