Exemple #1
0
        private IHealth health = new Normal();  //start as normal health

        public void Battle()
        {
            health.DoBattle(this);  //calls the health to exhibit the behavior
        }