Пример #1
0
        // {o --}
        private int DropAction()
        {
            _interpreter.ODrop();

            return(1);
        }