コード例 #1
0
 protected new void Reset()
 {
     base.Reset();
     _hitFlash = GetComponent <MaterialColorFlash>();
 }
コード例 #2
0
ファイル: Brick.cs プロジェクト: LanKuDot/3D_STG
 private void Reset()
 {
     _hitFlash = GetComponent <MaterialColorFlash>();
 }