Exemplo n.º 1
0
 public override void Start()
 {
     host = platform.EnetCreateHost();
     platform.EnetHostInitializeServer(host, Port, 256);
 }