|
tModLoader v2026.02
A mod to make and play Terraria mods
|
Generalized marker interface for autoloading. The corresponding TImpl .IAutoloader.Autoload(Mod, Type) method will be called on all non-abstract subtypes which implement this interface More...
Generalized marker interface for autoloading. The corresponding TImpl .IAutoloader.Autoload(Mod, Type) method will be called on all non-abstract subtypes which implement this interface
| TImpl | Concrete type containing a static IAutoloader.Autoload(Mod, Type) implementation method |
| TImpl | : | IAutoloader |