Added test mode and manual positioning

This commit is contained in:
2026-03-21 22:40:20 +01:00
parent a1b40ad102
commit be595da357
7 changed files with 481 additions and 73 deletions

View File

@@ -2,6 +2,9 @@ using GeoSus.Client;
using System.Collections;
using System.Threading.Tasks;
using UnityEngine;
using System.Collections.Generic;
using Subsystems;
using System.Linq;
namespace Subsystems
{
@@ -129,8 +132,6 @@ namespace Subsystems
Debug.LogError("Failed to create lobby: " + message.Error);
}
}
public void CrateLobby(double lat, double lon)
{
_gameClient.CreateLobby(new Position(lat, lon));