mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-13 12:40:50 +00:00
format
This commit is contained in:
parent
65919be25f
commit
7b0e60679c
@ -15,8 +15,7 @@ namespace QSB.Utility
|
||||
|
||||
private static readonly Dictionary<Transform, (int SiblingIndex, Transform Parent)> _cache = new();
|
||||
|
||||
public static void Init()
|
||||
{
|
||||
public static void Init() =>
|
||||
LoadManager.OnStartSceneLoad += (_, _) =>
|
||||
{
|
||||
DebugLog.DebugWrite("cleared cache");
|
||||
@ -28,7 +27,6 @@ namespace QSB.Utility
|
||||
_patched = true;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
public static void WorldObjectsReady()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user