mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 03:40:54 +00:00
more clean
This commit is contained in:
parent
4c466dbe24
commit
7c87649d7e
@ -191,7 +191,6 @@
|
||||
<Compile Include="SectorSync\QSBSectorManager.cs" />
|
||||
<Compile Include="TransformSync\TransformSync.cs" />
|
||||
<Compile Include="Utility\GOExtensions.cs" />
|
||||
<Compile Include="Utility\ListExtensions.cs" />
|
||||
<Compile Include="Utility\UnetExtensions.cs" />
|
||||
<Compile Include="WorldSync\Events\BoolWorldObjectMessage.cs" />
|
||||
<Compile Include="WorldSync\Events\WorldObjectMessage.cs" />
|
||||
|
@ -43,6 +43,7 @@ namespace QSB
|
||||
|
||||
public void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
Instance = this;
|
||||
|
||||
_lobby = gameObject.AddComponent<QSBNetworkLobby>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user