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; - } - } -}