using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityGameFramework.Runtime; public class SceneEventDrop : MonoBehaviour { public void Start() { AssemblyHelper.Instance.BindScript("SceneEventDropLogic", this.gameObject); } }