1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

Mono: Make 'Build' button generate solution if it doesn't exist

This commit is contained in:
Ignacio Etcheverry
2019-03-06 16:36:53 +01:00
parent 8d117b214f
commit c97db904a0
2 changed files with 14 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ class GodotSharpEditor : public Node {
void _menu_option_pressed(int p_id);
void _build_solution_pressed();
static GodotSharpEditor *singleton;
protected: