/* * * 初期化に関するメソッド * */ //unityを起動するときに実行します void Awake() { INSTANCE = this; CurrentPlayerSelection = PlayerSelection.Mark; }