using System; namespace ET { public static partial class CurrentScenesComponentSystem { public static Scene CurrentScene(this Scene root) { return root.GetComponent()?.Scene; } } }