示例#1
0
 protected override void OnCreate()
 {
     RequireSingletonForUpdate <Disconnect>();
     commandBuffer            = new EndSimCommandBuffer(World);
     networkStreamInGameQuery = GetEntityQuery(typeof(NetworkStreamInGame));
 }
 protected override void OnCreate()
 {
     commandBuffer = new EndSimCommandBuffer(World);
 }