public OrderManager(MainManager x) { this.MyMainManager = x; }
// public string currentLocalPlayerId; // You can use Firebase Auth to turn this into a userId. Just using the player name for a player id as an example for now! private void Awake() => Instance = this;