using UnityEngine; namespace RoR2; public class SetDontDestroyOnLoad : MonoBehaviour { private void Awake() { Object.DontDestroyOnLoad(base.gameObject); } }