multiplayer stuff

This commit is contained in:
2025-07-01 18:57:31 +02:00
parent e5616474f1
commit dca9f8883a
13 changed files with 351 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
using Unity.Netcode;
namespace RebootKit.Engine.Main {
public abstract class NetworkWorldController : NetworkBehaviour {
}
}