We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578b1bc commit e9d1535Copy full SHA for e9d1535
Source/Assets/AssetManager.cs
@@ -5,7 +5,7 @@
5
6
namespace LCVR.Assets;
7
8
-internal static class AssetManager
+public static class AssetManager
9
{
10
private static AssetBundle assetsBundle;
11
private static AssetBundle scenesBundle;
@@ -46,7 +46,7 @@ internal static class AssetManager
46
47
public static AudioClip DoorLocked;
48
49
- public static bool LoadAssets()
+ internal static bool LoadAssets()
50
51
assetsBundle =
52
AssetBundle.LoadFromFile(Path.Combine(Path.GetDirectoryName(Plugin.Config.AssemblyPath)!,
0 commit comments