using System.Collections; using System.Collections.Generic; using UnityEngine; public class PhysicsSystem : SingletonMB { protected override void Awake() { base.Awake(); } protected override void OnDestroy() { base.OnDestroy(); } protected override void DoWhenOnDestroy() { base.DoWhenOnDestroy(); } }