Files
2026-02-21 16:45:37 +08:00

7 lines
151 B
C#

using System;
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Event)]
public class KGFEventExpose : Attribute
{
}