using UnityEngine; public class DeactivateGamePlay : MonoBehaviour { private void Start() { } private void Update() { } private void OnDestroy() { } }