using OBS; namespace ET { public class ObsClientComponent : Entity, IAwake, IDestroy { public static ObsClientComponent Instance; public ObsConfig ObsConfig; public ObsClient ObsClient; } }