split into multiple assemblies
This commit is contained in:
11
Assets/Portal/Runtime/HandPortalDriver.cs
Normal file
11
Assets/Portal/Runtime/HandPortalDriver.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace EscapeRoomEngine.Portal.Runtime
|
||||
{
|
||||
public class HandPortalDriver : PortalDriver
|
||||
{
|
||||
private new void Start()
|
||||
{
|
||||
traveller = transform.parent.parent.parent; // get the hand portal offset
|
||||
base.Start();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user