예제 #1
0
파일: Library.cs 프로젝트: enif77/EFrt
        // {o --}
        private int DropAction()
        {
            _interpreter.ODrop();

            return(1);
        }