tModLoader v0.11.8.9
A mod to make and play Terraria mods
AutoloadHead.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.ModLoader
4{
5 [AttributeUsage(AttributeTargets.Class)]
6 public class AutoloadHead : Attribute
7 {
8 }
9
10 [AttributeUsage(AttributeTargets.Class)]
12 {
13 }
14}