mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor.
This commit is contained in:
@@ -23,12 +23,12 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
using FFXIVClassic_Map_Server.dataobjects;
|
||||
using Meteor.Map.dataobjects;
|
||||
|
||||
using Meteor.Common;
|
||||
using FFXIVClassic_Map_Server.Actors;
|
||||
using Meteor.Map.Actors;
|
||||
|
||||
namespace FFXIVClassic_Map_Server
|
||||
namespace Meteor.Map
|
||||
{
|
||||
class Server
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user