Exemple #1
0
        public void Init()
        {
            Black.Reset();
            Red.Reset();

            baloonCell = new BaloonCell(4, 5);
            black      = Black.Pirate;
        }
        public void Init()
        {
            Black.Reset();

            airplaneCell = new BaloonCell(1, 1);
        }