mirror of
https://github.com/PashaBibko/The-Mobius-Line.git
synced 2026-04-04 01:49:07 +00:00
Did suff
This commit is contained in:
10
Assets/Scripts/Portals/PortalBack.cs
Normal file
10
Assets/Scripts/Portals/PortalBack.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class PortalBack : MonoBehaviour
|
||||
{
|
||||
[SerializeField] PortalManager m_Manager;
|
||||
|
||||
// private void OnCollisionEnter(Collision collision) => m_Manager.ForceTeleport();
|
||||
}
|
||||
Reference in New Issue
Block a user