using Superlazy; using UnityEngine; public class Title : SLGameComponent { public override void Begin() { } public override void Update() { } public override void End() { } public void GameStart(SLEntity context) { SLGame.Session["CurrentMode"] = "Restaurant"; } }