using System; using AlicizaX; using UnityEngine; namespace AlicizaX.Scene.Runtime { [DisallowMultipleComponent] [AddComponentMenu("Game Framework/Scene")] public sealed class SceneComponent : MonoBehaviour { private void Awake() { ModuleSystem.RegisterModule(); } } }