Example #1
0
 // Start is called before the first frame update
 void Start()
 {
     lips.SetActive(false);
     heart.SetActive(false);
     _inflateController = GetComponent <InflateController>();
 }
Example #2
0
 // Start is called before the first frame update
 void Start()
 {
     _inflateControllerRef = GetComponent <InflateController>();
     _violentShakeRef      = GetComponent <ViolentShakingComponent>();
 }