Beispiel #1
0
 private void Start()
 {
     ironingBoard = GetComponentInParent <IroningBoard>();
 }
Beispiel #2
0
 private void Start()
 {
     rb           = GetComponent <Rigidbody2D>();
     ironingBoard = GetComponentInParent <IroningBoard>();
     steam.Stop(true, ParticleSystemStopBehavior.StopEmitting);
 }