using System; using SHADE; public class SC_MainMenu : Script { protected override void awake() { } protected override void update() { } }