using System.Collections; using System.Collections.Generic; using UnityEngine; public static class StoredTeleport { public static Vector3 position; public static bool teleported; }