More Networking stuff

This commit is contained in:
2025-02-28 12:20:55 +02:00
parent ff70bad234
commit 1dce1960f6
8 changed files with 92 additions and 43 deletions

View File

@@ -15,6 +15,9 @@ using System.Collections;
using StressLevelZero.Props;
using BoneSync.Patching;
using StressLevelZero.Props.Weapons;
using StressLevelZero.AI;
using PuppetMasta;
using UnityEngine.SceneManagement;
namespace BoneSync.Sync.Components
@@ -105,14 +108,13 @@ namespace BoneSync.Sync.Components
private Plug[] plugs;
private AIBrain aiBrain;
private PuppetMaster puppetMaster;
public void OnEnable()
{
FindComponents();
MelonLogger.Msg("Syncable enabled: " + transform.GetPath());
}
public string GetSyncableWorldPath()