Files
reallife-gamemode/Server/Services/HashService.cs
2018-09-19 19:53:31 +02:00

19 lines
327 B
C#

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