C# Class EnemyPush, angrygoats

Purpose: Allows certain enemies to push the player and deal damage to them on contact.
Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
knockback int

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Property Details

knockback public_oe property

public int knockback
Résultat int