using SHADE; public class TestScript : Script { public TestScript(GameObject gameObj) : base(gameObj) {} protected override void update() { Debug.Log("TestScript.Update()"); } }