From ef18541ac2e1e97de9f04f132ac7b2b1ba21e515 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Wed, 28 Mar 2018 17:34:56 +0200 Subject: c# binding WIP --- csharp-binding/LibSurviveBinding/SurviveObject.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 csharp-binding/LibSurviveBinding/SurviveObject.cs (limited to 'csharp-binding/LibSurviveBinding/SurviveObject.cs') diff --git a/csharp-binding/LibSurviveBinding/SurviveObject.cs b/csharp-binding/LibSurviveBinding/SurviveObject.cs new file mode 100644 index 0000000..bb9e3cd --- /dev/null +++ b/csharp-binding/LibSurviveBinding/SurviveObject.cs @@ -0,0 +1,6 @@ +namespace LibSurviveBinding +{ + public class SurviveObject + { + } +} \ No newline at end of file -- cgit v1.2.3