affederaffe / CustomPlatforms

A BSIPA Plugin for Beat Saber that adds support for custom environments (platforms)
GNU General Public License v3.0
34 stars 9 forks source link

Use SiraUtils Expose to not clash with other mods #18

Closed ToniMacaroni closed 2 years ago

ToniMacaroni commented 2 years ago

By manually binding the ObstacleSaberSparkleEffectManager other mods can no longer use the Expose method from SiraUtil. This PR changes the manual binding to use Expose instead and let other mods expose the ObstacleSaberSparkleEffectManager as well.

affederaffe commented 2 years ago

Resolved by eca895f.