We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An entity must be allowed to enter a particular state that overrides the default commands observer.
Basic Implementation:
The text was updated successfully, but these errors were encountered:
The entry point could be the WorkerQueueService which have to expose a
WorkerQueueService
add_observer_per_entity(entity_id: int, observer: ObserverClass)
method that overrides the default commans observer.
Sorry, something went wrong.
The current character state must be saved on Redis, since any worker must be able to see it.
The states index must be generic, since also an item could be in a particular state. For example a cursed item that can't be picked up for a while.
If no state is set for an entity, a default must be used.
gdassori
No branches or pull requests
An entity must be allowed to enter a particular state that overrides the default commands observer.
Basic Implementation:
The text was updated successfully, but these errors were encountered: