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 VRTK_HeadsetCollision registeredHeadsetCollider = null; public static VRTK_HeadsetControllerAware registeredHeadsetControllerAwareness = null; } }