mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:17:37 +02:00
Got rid of all hard-coded ForkLifter code from GameManager.
This commit is contained in:
14
Assets/Scripts/Games/ClappyTrio/ClappyTrio.cs
Normal file
14
Assets/Scripts/Games/ClappyTrio/ClappyTrio.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RhythmHeavenMania.Games.ClappyTrio
|
||||
{
|
||||
public class ClappyTrio : MonoBehaviour
|
||||
{
|
||||
void Start()
|
||||
{
|
||||
Debug.Log("ClappyTrio");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user