Пример #1
0
        public void StopBuild()
        {
            if (!BuildExited)
            {
                throw new InvalidOperationException("Build is not in progress");
            }

            GodotSharpBuilds.StopBuild(this);
        }