This commit is contained in:
brausjonas
2023-04-14 23:39:49 +02:00
parent ad480a3076
commit 59b80c0ab2
17 changed files with 180 additions and 58 deletions
@@ -51,6 +51,8 @@ public class PlayablePlayer : Player
diceScript = dice.GetComponent<Dice>();
instance = this;
AddItem(client.items[2]);
}
public static PlayablePlayer GetCurrentInstance()