From e36fb95c50ce0cd0ab9621afe668332895712c2e Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Mon, 2 Oct 2017 23:24:00 +0200 Subject: Added mono module --- modules/mono/glue/cs_files/IAwaitable.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/mono/glue/cs_files/IAwaitable.cs (limited to 'modules/mono/glue/cs_files/IAwaitable.cs') diff --git a/modules/mono/glue/cs_files/IAwaitable.cs b/modules/mono/glue/cs_files/IAwaitable.cs new file mode 100644 index 0000000000..0397957d00 --- /dev/null +++ b/modules/mono/glue/cs_files/IAwaitable.cs @@ -0,0 +1,12 @@ +namespace Godot +{ + public interface IAwaitable + { + IAwaiter GetAwaiter(); + } + + public interface IAwaitable + { + IAwaiter GetAwaiter(); + } +} -- cgit v1.2.3