// Update is called once per frame
 void Update()
 {
     Chunks.GetLoaded().UpdateAll();
     Entities.GetLoaded().UpdateAll();
 }