Newer
Older
Dreamsturbia-Project-IADE-Unity3D / Assets / Scripts / StoredTeleport.cs
@Rackday Rackday on 21 Aug 190 bytes Project Added
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public static class StoredTeleport
{
    public static Vector3 position;
    public static bool teleported;
}