コード例 #1
0
ファイル: GameTime.cs プロジェクト: Felscream/ChickenAR
 private void Start()
 {
     _dayNightController.AddObserver(this);
 }