Wups, forgot to "add" this.

This commit is contained in:
u8sand_cp 2010-07-18 20:31:30 -07:00
parent 27a1f617b8
commit 8381349143

View file

@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
// TODO: everything D:
namespace MudEngine.Networking
{
class Socket
{
public Socket()
{
}
public ~Socket()
{
}
}
}