protected override void OnCreate()
 {
     m_AIStateBuffer = World.GetOrCreateSystem <AIStateChangeBufferSystem>();
 }
Exemplo n.º 2
0
 protected override void OnCreate()
 {
     _commandBufferSystem = World.GetOrCreateSystem <AIStateChangeBufferSystem>();
 }