SurvivorNinja.Behaviors.PlayerBehavior.Reset C# (CSharp) 메소드

Reset() 공개 메소드

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