crypod added

This commit is contained in:
2023-06-01 11:47:55 -04:00
parent 15acc720f8
commit 5f293bba82
12 changed files with 218 additions and 0 deletions

View File

@ -173,4 +173,11 @@ using UnityEngine.UI;
{
}
}
private void Update()
{
if(Input.GetKeyDown(KeyCode.Return)) {
print("OWNER?:"+CurrentLobby.Owner);
}
}
}