Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LoadAssetDelegate.cs
Go to the documentation of this file.
1namespace ReLogic.Content;
2
3public delegate void LoadAssetDelegate<T>(bool loadedSuccessfully, T theAsset) where T : class;
delegate void LoadAssetDelegate< T >(bool loadedSuccessfully, T theAsset)