コード例 #1
0
ファイル: GameManager.cs プロジェクト: Prisoner19/Janitor
 private void Awake()
 {
     instance = this;
 }
コード例 #2
0
ファイル: Hub_BadgeUpdate.cs プロジェクト: Bman142/Camp-VR
 // Start is called before the first frame update
 void Start()
 {
     manager = Manager.GameManager.Instance;
 }