forked from SoDOff-Project/sodoff-mmo
6 lines
101 B
C#
6 lines
101 B
C#
using sodoffmmo;
|
|
using System.Net;
|
|
|
|
Server server = new(IPAddress.Any, 9933);
|
|
await server.Run();
|