Longi94 / JavaSteam

Java library that provides an interface to directly interact with Valve's Steam servers.
MIT License
96 stars 20 forks source link

Move ClientMsgHandler to the actual handlers package. #272

Closed LossyDragon closed 3 months ago

LossyDragon commented 3 months ago

Description

This eliminates having two handlers packages and hints that the sub packages (and custom handlers) should be referencing it.

Checklist