Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit a4099bd

Browse files
committed
Fix SceneHelper accessibility
1 parent 6da4f07 commit a4099bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ModLoader/Helpers/SceneHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ModLoader.Helpers
1212
/// Trigger events related to scene change
1313
/// </summary>
1414
/// Authors: RYAN8990, dani0105
15-
class SceneHelper : MonoBehaviour
15+
public class SceneHelper : MonoBehaviour
1616
{
1717
/// <summary>
1818
/// Fired when the Base Scene (the first scene when game loads) is loaded

0 commit comments

Comments
 (0)