BadScript 2
Loading...
Searching...
No Matches
CustomAttribute.cs
Go to the documentation of this file.
1using System;
2
3[AttributeUsage(AttributeTargets.All)]
4class CustomAttribute: Attribute {}