Beispiel #1
0
        public void CrowdInTheMarket()
        {
            Human polak = new Human();
            Human yagha = new Human();

            ChildEye eye = new ChildEye();

            //eye.colour

            polak.See(yagha);
        }
Beispiel #2
0
        public void CrowdInTheMarket()
        {
            Human polak = new Human();
            Human yagha = new Human();

            ChildEye eye = new ChildEye();

            //eye.colour

            polak.See(yagha);
        }