fix damage event not including log line

complete initiall implementation for "2FA"
issue #52
issue #66
This commit is contained in:
RaidMax
2019-02-16 15:04:40 -06:00
parent 2bbf2988da
commit 40f1697c97
17 changed files with 115 additions and 98 deletions

View File

@ -1,4 +1,5 @@
using System;
using SharedLibraryCore.Helpers;
using System;
using System.Collections.Generic;
using System.Text;
@ -11,7 +12,7 @@ namespace SharedLibraryCore.Interfaces
/// </summary>
/// <param name="networkId">network id of the players to generate the token for</param>
/// <returns>4 character string token</returns>
string GenerateNextToken(long networkId);
TokenState GenerateNextToken(long networkId);
/// <summary>
/// authorizes given token