Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
namespace Fragilem17.MirrorsAndPortals
|
||||
{
|
||||
public class PortalableObjectCollider : MonoBehaviour
|
||||
{
|
||||
public PortalableObject PortalableObject;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user