void OnDestroy()
 {
     _range.SafeDestroy();
 }
예제 #2
0
 void OnDestroy()
 {
     _rangeInner.SafeDestroy();
     _rangeOuter.SafeDestroy();
 }