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