C# Class GameCommon.EntitySystemServerNetworkService.ServerEntitySystemNetworkingInterface

Inheritance: EntitySystemWorld.NetworkingInterface
Show file Open project: DarrenHassan/GDM4242-GroupD

Public Methods

Method Description
ServerEntitySystemNetworkingInterface ( EntitySystemServerNetworkService service ) : System

Protected Methods

Method Description
OnBeginEntitySystemMessage ( IList toRemoteEntityWorlds, int messageTypeIdentifier ) : SendDataWriter
OnEndEntitySystemMessage ( ) : void

Method Details

OnBeginEntitySystemMessage() protected method

protected OnBeginEntitySystemMessage ( IList toRemoteEntityWorlds, int messageTypeIdentifier ) : SendDataWriter
toRemoteEntityWorlds IList
messageTypeIdentifier int
return SendDataWriter

OnEndEntitySystemMessage() protected method

protected OnEndEntitySystemMessage ( ) : void
return void

ServerEntitySystemNetworkingInterface() public method

public ServerEntitySystemNetworkingInterface ( EntitySystemServerNetworkService service ) : System
service EntitySystemServerNetworkService
return System