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