Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PureAttribute.cs
Go to the documentation of this file.
2
3[Conditional("CONTRACTS_FULL")]
4[AttributeUsage(AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.Delegate, AllowMultiple = false, Inherited = true)]
5public sealed class PureAttribute : Attribute
6{
7}