small fixes

This commit is contained in:
LadyEbony 2020-08-22 17:31:57 -07:00
parent 928a5e9cef
commit 5164182edb
4 changed files with 36 additions and 21 deletions

View file

@ -26,6 +26,7 @@ public class LobbySetup : MonoBehaviour {
public void Setup(){
PlayerProperties.CreatePlayerHashtable();
GameBoardInstance.instance.ResetGame();
}
// Update is called once per frame