IW4M-Admin/SharedLibraryCore/Objects/ClientStats.cs

11 lines
145 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace SharedLibraryCore.Objects
{
class ClientStats
{
}
}