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
Today, we have a great design to create a AresProtocol::AresMessage during entities creation thanks to the Reflector class, used as an attribute of our class Entity.
We should probably add this class to the shared part of our application to reuse it on the client side. It could be more convenient, for example in MovementDisplatcher.
The text was updated successfully, but these errors were encountered:
Today, we have a great design to create a
AresProtocol::AresMessage
during entities creation thanks to theReflector
class, used as an attribute of our classEntity
.We should probably add this class to the shared part of our application to reuse it on the client side. It could be more convenient, for example in
MovementDisplatcher
.The text was updated successfully, but these errors were encountered: