示例#1
0
文件: dino.cs 项目: royalisme7/dino2
        //methods-what a dino CAN do
        //need an attack method  "What would happen IF this method is called?"

        //inside that method, what variables are we wanting to change?  What happens when a dino attacks?
        public void Attack(robot robotBeingAttacked);