mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
moved validate command into shared library.
reworked connection system to read from log file for join/quits and authenticate later with polling
This commit is contained in:
10
SharedLibraryCore/Objects/ClientStats.cs
Normal file
10
SharedLibraryCore/Objects/ClientStats.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.Objects
|
||||
{
|
||||
class ClientStats
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user