Tag
stats
2 posts
- 2023-07-21
46 – How to integrate equipping items and stats system in UE using Websockets
In the previous post we briefly introduced the Stats system and how we will equip items using our Java server. In this post we will explore how to integrate that…
- 2023-07-19
45. How to handle RPG Stats system and equipping items in Java
In the previous posts, we created and modified our inventory system in Java Micronaut to be reactive and use websockets. The basic inventory demo was shown here. Inventory system was…