コード例 #1
0
 public OrderManager(MainManager x)
 {
     this.MyMainManager = x;
 }
コード例 #2
0
ファイル: MainManager.cs プロジェクト: TooHappy22/BESTEM2020
        // 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;