using UnityEngine; namespace jeanf.scenemanagement { public class RegionContainer : MonoBehaviour { public Region region; } }