station 46 room
This commit is contained in:
14
Assets/Engine/Runtime/Intro.cs
Normal file
14
Assets/Engine/Runtime/Intro.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace EscapeRoomEngine.Engine.Runtime
|
||||
{
|
||||
public class Intro : MonoBehaviour
|
||||
{
|
||||
public void Place(Transform placement)
|
||||
{
|
||||
var t = transform;
|
||||
t.position = placement.position;
|
||||
t.rotation = placement.rotation;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user