mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
rename an unimportant thing
This commit is contained in:
parent
c9bd31fc8d
commit
99858a8b20
@ -14,7 +14,7 @@ namespace QSB.Utility.Deterministic;
|
||||
/// </summary>
|
||||
public static class DeterministicManager
|
||||
{
|
||||
private static readonly Harmony _harmony = new(typeof(DeterministicManager).FullName);
|
||||
private static readonly Harmony _harmony = new(typeof(DeterministicRigidbodyPatches).FullName);
|
||||
private static bool _patched;
|
||||
|
||||
public static readonly Dictionary<Transform, (int SiblingIndex, Transform Parent)> ParentCache = new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user