SurvivorNinja.Behaviors.PlayerBehavior.Reset C# (CSharp) Method

Reset() public method

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