crypod added
This commit is contained in:
@ -173,4 +173,11 @@ using UnityEngine.UI;
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private void Update()
|
||||
{
|
||||
if(Input.GetKeyDown(KeyCode.Return)) {
|
||||
print("OWNER?:"+CurrentLobby.Owner);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user