using System; public class DahalRocketLight : BaseBehaviour { private void Start() { } private void Update() { } }