Wups, forgot to "add" this.
This commit is contained in:
parent
27a1f617b8
commit
8381349143
1 changed files with 20 additions and 0 deletions
20
MudEngine/Networking/Socket.cs
Normal file
20
MudEngine/Networking/Socket.cs
Normal 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()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue