1
This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
2025-03-15 20:02:21 +01:00

9 lines
152 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
abstract public class SceneController : MonoBehaviour
{
//TODO
}