summaryrefslogtreecommitdiff
path: root/modules/mono/glue/Managed/IgnoredFiles
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/Managed/IgnoredFiles')
-rw-r--r--modules/mono/glue/Managed/IgnoredFiles/Variant.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/mono/glue/Managed/IgnoredFiles/Variant.cs b/modules/mono/glue/Managed/IgnoredFiles/Variant.cs
new file mode 100644
index 0000000000..802140b062
--- /dev/null
+++ b/modules/mono/glue/Managed/IgnoredFiles/Variant.cs
@@ -0,0 +1,11 @@
+
+namespace Godot
+{
+ public static class Variant
+ {
+ public enum Type
+ {
+
+ }
+ }
+}