public static T[] FindObjectsOfType <T>() where T : DozeObject => DozeObjectManager.GetAllObjectsByType <T>();