Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SerializableAttribute.cs
Go to the documentation of this file.
1namespace System;
2
3[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Delegate, Inherited = false)]
4public sealed class SerializableAttribute : Attribute
5{
6}