HeavenStudio/Assets/Scripts/Games/Tram&Pauline/TramAndPauline.cs

23 lines
339 B
C#
Raw Normal View History

2022-04-11 08:59:36 +00:00
using HeavenStudio.Util;
using System;
using System.Collections.Generic;
using UnityEngine;
namespace HeavenStudio.Games
{
public class TramAndPauline : Minigame
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}