Skip to content

Commit

Permalink
Update Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicAglialoro committed Mar 25, 2023
1 parent 8ae0bba commit cf5b461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace SRXDBackgrounds.Common {
[BepInDependency("srxd.customvisuals", "1.2.5")]
[BepInPlugin("srxd.backgrounds.common", "srxdbackgrounds.common", "1.0.2")]
public class Plugin : MonoBehaviour {
public class Plugin : BaseUnityPlugin {
private void Awake() => Destroy(gameObject);
}
}

0 comments on commit cf5b461

Please sign in to comment.