1
Fork 0
mirror of https://github.com/Steffo99/keep-everything-alive.git synced 2025-02-18 02:43:57 +00:00
keep-everything-alive/Assets/Scripts/Microgame/TestMicrogame.cs

8 lines
136 B
C#
Raw Normal View History

2020-04-18 22:45:36 +02:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TestMicrogame : MicrogameController
{
}