C# Class OTAPI.Patcher.Engine.Modifications.Hooks.Net.Socket.ServerSocketCreate

In this modification we will replace the "new TcpSocket" call in ServerLoop to allow a custom implementations.
Inheritance: ModificationBase
Show file Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
Run ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void