Closed AlexxSeven closed 3 years ago
Adding the following line to the "plugin.cs" file should register the mod with song core so that mods can list custom platforms as a suggestion and song core properly detect it.
SongCore.Collections.RegisterCapability("Custom Platforms");
IDK how to github properly to do a PR but I've tested it and confirmed it does work.
Without:
With:
Thanks for the suggestion, that's a great idea! I'll try to implement it when I have the time.
Added in the latest release.
Adding the following line to the "plugin.cs" file should register the mod with song core so that mods can list custom platforms as a suggestion and song core properly detect it.
SongCore.Collections.RegisterCapability("Custom Platforms");
IDK how to github properly to do a PR but I've tested it and confirmed it does work.
Without:
With: