Example #1
0
 void Start()
 {
     rb = GetComponent <Rigidbody2D>();
     healthBarController.Initialize(maxHealth, currentHealth);
 }