Esempio n. 1
0
        public void meditate()
        {
            Samurai temp = new Samurai(name);

            health = temp.health;
        }