コード例 #1
0
ファイル: TimeWaste.cs プロジェクト: nkf/gamedev2014_20minexp
 void OnDestroy()
 {
     if (_fader != null)
     {
         _fader.Clear();
     }
 }