Only one variable observer allowed per variable
Open
enhancement
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Variable observers are stored in a dictionary, which means you can only have one per variable. This could cause issues if two are desirable; in my case, having one in game code and another in debug code for my Unity Ink Player window.
I'd like to change the dictionary to value to a list to remedy this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.