From 739b8baa8af0ee3e8d1b217bed3db397abe14e44 Mon Sep 17 00:00:00 2001 From: Aliwoto Date: Thu, 30 Sep 2021 15:42:52 +0000 Subject: [PATCH] removed Socialvoid/Methods directory since methods are directly implemented in SocialvoidClient Signed-off-by: Aliwoto --- Socialvoid/Methods/CreateSession.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Socialvoid/Methods/CreateSession.cs diff --git a/Socialvoid/Methods/CreateSession.cs b/Socialvoid/Methods/CreateSession.cs deleted file mode 100644 index d154560..0000000 --- a/Socialvoid/Methods/CreateSession.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Socialvoid.Methods -{ - class CreateSession - { - public static bool Do(string public_hash, string private_hash, string platform, string version) - { - return true; - } - } -}