mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-10 15:53:19 +00:00
add transport
This commit is contained in:
parent
8e1de5d113
commit
c63f74fe29
@ -1,4 +1,5 @@
|
||||
using Mirror;
|
||||
using kcp2k;
|
||||
using Mirror;
|
||||
using OWML.Common;
|
||||
using QSB.Anglerfish.TransformSync;
|
||||
using QSB.AuthoritySync;
|
||||
@ -51,6 +52,7 @@ namespace QSB
|
||||
|
||||
public override void Awake()
|
||||
{
|
||||
transport = gameObject.AddComponent<KcpTransport>();
|
||||
base.Awake();
|
||||
|
||||
PlayerName = GetPlayerName();
|
||||
|
Loading…
Reference in New Issue
Block a user