Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NonVersionableAttribute.cs
Go to the documentation of this file.
2
3[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
4internal sealed class NonVersionableAttribute : Attribute
5{
6}