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