Socialvoid.NET/SocialVoid/Methods/CreateSession.cs

11 lines
221 B
C#

namespace SocialVoid.Methods
{
class CreateSession
{
public static bool Do(string public_hash, string private_hash, string platform, string version)
{
return true;
}
}
}