I have 'RespawnLayout' and have 'RespawnLayoutEvent' and on RespawnLayout include Layoutevent.
When On Start Layout, i want execute 'a' on RespawnLayoutEvent then execute 'b' on Layoutevent. But it always 'b' and then 'a'.
How does construct 3 do the execute order of 'OnStartLayout' inside EventLayout with included other OnStartLayout ?
RespawnLayout want execute 'a'
Included event with execute 'b'
Debug log