1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

readme updates

started working on localization
This commit is contained in:
RaidMax
2018-04-22 15:04:18 -05:00
parent c7b4706e78
commit 4b30e56de9
20 changed files with 303 additions and 393 deletions

View File

@ -1,5 +1,4 @@
using System;
using System.Threading;
using System.Text;
using System.Text.RegularExpressions;
using System.Linq;
@ -9,10 +8,7 @@ using SharedLibraryCore.Objects;
using static SharedLibraryCore.Server;
using System.Reflection;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using static SharedLibraryCore.RCon.StaticHelpers;
using System.Runtime.InteropServices;
namespace SharedLibraryCore
{
@ -21,6 +17,7 @@ namespace SharedLibraryCore
public static string OperatingDirectory = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location) + Path.DirectorySeparatorChar;
public static readonly Task CompletedTask = Task.FromResult(false);
public static Encoding EncodingType;
public static Localization.Layout CurrentLocalization;
//Get string with specified number of spaces -- really only for visual output
public static String GetSpaces(int Num)