You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently TopCameraService, keeps track of players using CucurrentHashmaps.
Goal: replace the logic to ECS, where the hashmap are replaced by Component(s).