When a class is created with the decorator [BaseContainerProps()] subscribing to ScriptInvoker, a method can be inserted inside the Invoker, but when an event is triggered, nothing happen.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- General
Steps To Reproduce
- Create or use existing ScriptInvoker
- Create a class with the decorator [BaseContainerProps()]
- Assign any invoker to a method of the class
- Create a config file using the decorator.
- Find a place for creating the class from the config file with BaseContainerTools
- Launch the game and try the ScriptInvoker
Additional Information
Complete test project with Debug Print