Pro
Insane in the midbrain.
- Oct 14, 2010
- 194
- 37
So I've made a little bit of progress and I need some help as for that I don't know how to contintue.
Program.cs
Environment.cs
Sockets.cs
So if anyone's interest joining in and help me then please do so leave a pm or drop a reply or help me via the pm
Program.cs
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Emu
{
class Program
{
static void Main(string[] args)
{
Environment.init();
}
}
}
Environment.cs
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Emu
{
class Environment
{
public static bool init()
{
return false;
}
}
}
Sockets.cs
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Emu
{
class sockets
{
}
}
So if anyone's interest joining in and help me then please do so leave a pm or drop a reply or help me via the pm