Event handlers to notify a system has changed.
Like a changed system field or a system added / removed to / from a SystemGroup.
public event Action<SystemChanged> OnSystemChanged;
Event handlers to notify a system has changed.
Like a changed system field or a system added / removed to / from a SystemGroup.
public event Action<SystemChanged> OnSystemChanged;