private void Awake()
 {
     rigidbody      = this.GetComponent <Rigidbody>();
     configurations = this.GetComponent <PenguinConfig>();
 }
 private void Awake()
 {
     configurations = this.GetComponent <PenguinConfig>();
     penguinArea    = GetComponentInParent <PenguinArea>();
 }