Implimented the card

This commit is contained in:
Ranno Samuel Adson
2025-01-07 02:40:37 +02:00
parent 98094a9f5f
commit 7ba5fe1f30
53 changed files with 5686 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TeleportLocation : MonoBehaviour
{
public string Name;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}