mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Half-implemented private notes.
This commit is contained in:
parent
1c051433dd
commit
08336c07af
73 changed files with 5554 additions and 36 deletions
|
@ -1,4 +1,5 @@
|
|||
using System.IO;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using HISP.Game;
|
||||
using HISP.Security;
|
||||
|
@ -9,7 +10,7 @@ namespace HISP
|
|||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
Console.Title = "HISP - Horse Isle Server Emulator";
|
||||
Directory.SetCurrentDirectory(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location));
|
||||
ConfigReader.OpenConfig();
|
||||
CrossDomainPolicy.GetPolicy();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue