Esempio n. 1
0
 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));
     }
 }
Esempio n. 2
0
 public virtual void Awaken(WakeSystemEvent args)
 {
 }