Fix player components injection. Add lobby reloading when clients change

This commit is contained in:
2024-09-11 21:03:47 +02:00
parent 9250b7b5dd
commit e428d3a9f9
10 changed files with 284 additions and 86 deletions

View File

@@ -6,4 +6,5 @@ public struct PlayerInfo
{
public string Name;
public Sprite Image;
public bool isLocalPlayer;
}