Add support for external depencencies
This commit is contained in:
parent
b19fbb1528
commit
5e884352ba
5 changed files with 440 additions and 5 deletions
|
|
@ -129,6 +129,9 @@ package:
|
|||
ushort[] m_read_only_components;
|
||||
ushort[] m_modified_components;
|
||||
|
||||
ushort[] m_readonly_dependencies;
|
||||
ushort[] m_writable_dependencies;
|
||||
|
||||
EntityManager.SystemCaller* m_any_system_caller;
|
||||
|
||||
EventCaller[] m_event_callers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue