Пример #1
0
 /**
  * Process all non-passive systems.
  *
  * @see InvocationStrategy to control and extend how systems are invoked.
  */
 public void process() {
   updateEntityStates();
   invocationStrategy.process(systemsBag);
 }