Reference
- rumchat_actor, the main init module with the actor class.
- rumchat_actor.actions, some common message actions, ready to register (after instancing in some cases).
- rumchat_actor.commands, the ChatCommand abstract class, and some derivative classes for common commands, which are ready to register (after instancing).
- rumchat_actor.misc, miscellaneous stuff for end use.
- rumchat_actor.utils, various utility functions for internal use.
- rumchat_actor.static, static variables.
- Action Properties, metadata created by message actions, and passed to both actions and commands.
S.D.G.