7 lines
151 B
C#
7 lines
151 B
C#
using System;
|
|
|
|
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Event)]
|
|
public class KGFEventExpose : Attribute
|
|
{
|
|
}
|