-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Consider the following scenario:
- There's a main container with all common bindings;
- There's a secondary container with all gameplay related bindings;
- There's another secondary container with all store related bindings.
To prevent having to recreate all bindings from 1, it should be interesting to have some form of subcontainer in which 2 and 3 would inherit all bindings from 1.
Reactions are currently unavailable