protected void SetInitialInstances(WakeSystemEvent args) { foreach (KeyValuePair <Entity, ComponentHandle <ProvenceCollectionInstance <ActorManualEntry> > > kvp in world.componentManager.GetAllComponentsAsDictionary <ProvenceCollectionInstance <ActorManualEntry> >()) { SetEntityToManualEntry(new SetEntityToManualEntry <ActorManualEntry>(kvp.Key, kvp.Value.component.key)); } }
public virtual void Awaken(WakeSystemEvent args) { }