e8975c6dc4
unfortunately we lost a good chunk of git history in the process so that may hurt the ability for this to get merged, may have to consult everyone else for this
19 lines
298 B
C#
19 lines
298 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
using HeavenStudio.Util;
|
|
|
|
namespace HeavenStudio.Games.Scripts_TramAndPauline
|
|
{
|
|
public class Curtains : MonoBehaviour
|
|
{
|
|
private Animator anim;
|
|
|
|
|
|
private void Awake()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |