removed Socialvoid/Methods directory since methods are directly implemented in SocialvoidClient

Signed-off-by: Aliwoto <aminnimaj@gmail.com>
This commit is contained in:
Aliwoto 2021-09-30 15:42:52 +00:00
parent e39d416aa6
commit 739b8baa8a
No known key found for this signature in database
GPG Key ID: 646B4FE4205EC48C
1 changed files with 0 additions and 10 deletions

View File

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