namespace ET { public static class SceneConfigExtensions { public static cfg.Tables Cfg(this Scene self) { return self.GetComponent()?.Tables; } } }