MudEngine:
- Fixed ClientSocket accessor error. MudCompiler: - Added new project. This will compile the game scripts along with performing object checks to ensure the game contains no errors prior to publishing a release of the game.
This commit is contained in:
parent
49c581840a
commit
fe05693fee
6 changed files with 155 additions and 1 deletions
|
@ -10,7 +10,7 @@ using System.Net.Sockets;
|
|||
|
||||
namespace MudEngine.Networking
|
||||
{
|
||||
class ClientSocket
|
||||
public class ClientSocket
|
||||
{
|
||||
public ClientSocket()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue