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