示例#1
0
 public OrderManager(MainManager x)
 {
     this.MyMainManager = x;
 }
示例#2
0
        // 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;