namespace VRTK { using System.Collections.Generic; public static class VRTK_ObjectCache { public static List registeredTeleporters = new List(); public static List registeredDestinationMarkers = new List(); public static Dictionary registeredTrackedColliderToInteractTouches = new Dictionary(); } }