Add unfinished Login-System

This commit is contained in:
VegaZ
2018-09-19 19:53:31 +02:00
parent baf2e4c50d
commit 9ec0a30988
6 changed files with 88 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Security.Cryptography;
/**
* @overview Life of German Reallife - Event Login (Login.cs)
* @author VegaZ
* @copyright (c) 2008 - 2018 Life of German
*/
namespace reallife_gamemode.Server.Services
{
class HashService
{
}
}