C# Class ServerConnectionEventListener, GameProject

Inheritance: Bolt.GlobalEventListener
Mostrar archivo Open project: EECS390IndieTeam/GameProject

Public Properties

Property Type Description
IndexMap PlayerIndexMap,

Public Methods

Method Description
BoltStartDone ( ) : void
Connected ( BoltConnection connection ) : void
Disconnected ( BoltConnection connection ) : void
OnEvent ( TeamChangeEvent evnt ) : void

Method Details

BoltStartDone() public method

public BoltStartDone ( ) : void
return void

Connected() public method

public Connected ( BoltConnection connection ) : void
connection BoltConnection
return void

Disconnected() public method

public Disconnected ( BoltConnection connection ) : void
connection BoltConnection
return void

OnEvent() public method

public OnEvent ( TeamChangeEvent evnt ) : void
evnt TeamChangeEvent
return void

Property Details

IndexMap public_oe static_oe property

public static PlayerIndexMap, IndexMap
return PlayerIndexMap,