Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Someone Help About Namespace but is used like a type

Newbie Spellweaver
Joined
Apr 10, 2014
Messages
42
Reaction score
5
using KinSocket;
using MySql.Data.MySqlClient;
using PhoenixProject.Client;
using PhoenixProject.Database;
using PhoenixProject.Game;
using PhoenixProject.Game.Attacking;
using PhoenixProject.Game.ConquerStructures;
using PhoenixProject.Game.ConquerStructures.Society;
using PhoenixProject.Game.Features;
using PhoenixProject.Game.Tournaments;
using PhoenixProject.Interfaces;
using PhoenixProject.KimoDatabase;
using PhoenixProject.Network;
using PhoenixProject.Network.AuthPackets;
using PhoenixProject.Network.Cryptography;
using PhoenixProject.Network.GamePackets;
using PhoenixProject.Network.GamePackets.EventAlert;
using PhoenixProject.Network.Sockets;
using PhoenixProject.NotForPublicNotAtAll;
using PhoenixProject.Region;
using PhoenixProject.ServerBase;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Timers;
using System.Windows.Forms;
namespace PhoenixProject
{
internal class Program
{
public const string PacketSniffingPath = "database\\sniff";
public static bool connec = false;
public static bool restarted = false;
public static uint mess = 0u;
public static Time32 messtime;
public static long PoolSize = 0L;
public static long Carnaval = 0L;
public static long Carnaval2 = 0L;
public static long Carnaval3 = 0L;
public static long MaxOn = 0L;
public static Database KimoDatabase;​

public static Database KimoDatabase is in namespace i cant make fix someone help ? @stealarcher
 
Last edited:
Back
Top