SurvivorNinja.Behaviors.PlayerBehavior.Reset C# (CSharp) Méthode

Reset() public méthode

Reset the player
public Reset ( ) : void
Résultat void
        public void Reset()
        {
            this.Life = InitialLife;
            this.transform.Position = this.initialPosition;
        }