Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LicenseProvider.cs
Go to the documentation of this file.
2
3public abstract class LicenseProvider
4{
5 public abstract License? GetLicense(LicenseContext context, Type type, object? instance, bool allowExceptions);
6}
License? GetLicense(LicenseContext context, Type type, object? instance, bool allowExceptions)