void OnEnable()
 {
     targetTest = target as QuantumBlurUnity;
 }
Esempio n. 2
0
 void OnEnable()
 {
     targetScript = target as QuantumBlurUnity;
 }