mirror of
https://github.com/zoriya/Switching-Personalities.git
synced 2026-06-09 20:05:32 +00:00
9 lines
162 B
C#
9 lines
162 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class Teleporter : MonoBehaviour
|
|
{
|
|
public Teleporter destination;
|
|
}
|