// Update is called once per frame
 void Update()
 {
     Debug.Log(octavian.GetName());
     octavian.Walking();
     octavian.WorkOut();
     octavianCyborg.Scan();
 }
示例#2
0
 // Update is called once per frame
 void Update()
 {
     Debug.Log(superman.GetName());
     superman.Running();
     superman.WorkOut();
 }