using System.Collections; using System.Collections.Generic; using UnityEngine; public class GameOverInterface { public static void OnGameOver(int gameType) { Debug.Log("OnGameOver! GameType:" + gameType); } }