Esempio n. 1
0
        void OnEnable()
        {
            subsystem = GetActiveSubsystemInstance();

            if (subsystem != null)
            {
                subsystem.Start();
            }
        }