You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be the meat of the websocket. These handlers will take the incoming message from census, parse it, perform any calculations, data storage, aggregation, emitting other events etc required in order to perform the correct logic for that event.
As of #16 , the foundation for the handlers have been created, as per the CensusProxy class.
Must have
MetagameEvent
Death
PlayerLogin
PlayerLogout
ContinentLock
FacilityCapture
Should have
GainExperience (for medic XP etc)
PlayerFacilityCapture
PlayerFacilityDefend
ContinentUnlock (currently a dead event in the API)
Could have
AchievementEarned
BattleRankUp
Don't care
ItemAdded
SkillAdded
The text was updated successfully, but these errors were encountered:
This will be the meat of the websocket. These handlers will take the incoming message from census, parse it, perform any calculations, data storage, aggregation, emitting other events etc required in order to perform the correct logic for that event.
As of #16 , the foundation for the handlers have been created, as per the
CensusProxy
class.Must have
Should have
Could have
Don't care
The text was updated successfully, but these errors were encountered: