예제 #1
0
 protected new void Reset()
 {
     base.Reset();
     _hitFlash = GetComponent <MaterialColorFlash>();
 }
예제 #2
0
파일: Brick.cs 프로젝트: LanKuDot/3D_STG
 private void Reset()
 {
     _hitFlash = GetComponent <MaterialColorFlash>();
 }