using System.Collections; using System.Collections.Generic; using UnityEngine; public class TestMicrogame : MicrogameController { protected override bool MicrogameResults() { return true; } }