This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
sota/RunningLateGame/Assets/Scripts/LiftController.cs

15 lines
233 B
C#

/*
* authors: mark joshwel
* date: 10/8/2024
* description: lift behaviour implementation
*/
using UnityEngine;
/// <summary>
/// lift-ting behaviour for lifts
/// </summary>
public class LiftController : MonoBehaviour
{
}