This commit is contained in:
Noah Pilarski 2025-02-17 02:23:24 -05:00
parent 2c1570287c
commit be3a9f77a5

View File

@ -105,7 +105,7 @@ To see all the different things you can put into a config file check out the [Ti
## API ## API
New Horizons provides an API method to register and build custom title screens dynamically: New Horizons provides an API method to register and build custom title screens dynamically. Keep in mind you can only choose configs or api not both.
```csharp title="INewHorizons.cs" ```csharp title="INewHorizons.cs"
/// <summary> /// <summary>