mirror of
https://github.com/project-redbud/FunGame-Server.git
synced 2025-04-20 19:19:39 +08:00
10 lines
261 B
C#
10 lines
261 B
C#
using Milimoe.FunGame.Core.Api.Transmittal;
|
|
|
|
namespace Milimoe.FunGame.Server.Controllers
|
|
{
|
|
public class Authenticator : Core.Library.Common.Architecture.Authenticator
|
|
{
|
|
public Authenticator(SQLHelper SQLHelper) : base(SQLHelper) { }
|
|
}
|
|
}
|