Files
defrain-shooter-unity/Assets/Scripts/HomeMenu/Lobby/LobbyPlayer.cs
DerTyp187 95219e730e odku
2021-11-26 16:02:03 +01:00

13 lines
202 B
C#

using Mirror;
using UnityEngine;
public class LobbyPlayer : NetworkBehaviour
{
private Lobby lobby = this.gameobject.getComponent<Lobby>();
public override void OnStartClient()
{
}
}