Library for creating and managing client-side entities
Library for creating and managing client-side entities.
You can create your own entites by inheriting abstract class for ClientEntity. The library also provides a few basic behaviors, such as ClientSwim, ClientRandomStroll, etc. There is also a ClientEntityImpl that serves as an example to how to register such entity in your project.
Conversation