public static void Init() { entities = new Entities(); UpdateManager.RegisterUpdate(OnUpdate); UpdateManager.RegisterFixedUpdate(OnFixedUpdate); }