コード例 #1
0
ファイル: ObjectLocator.cs プロジェクト: eriksk/LD45
 public static void Clear()
 {
     _camera         = null;
     _gameManager    = null;
     _checkoutResult = null;
     _smokeEffects   = null;
 }
コード例 #2
0
 public static void Clear()
 {
     _particles         = null;
     _coinManager       = null;
     _crosshairs        = null;
     _destructablePiggy = null;
     _gameManager       = null;
     _cameraShake       = null;
 }