Пример #1
0
        public static T GetService <T>() where T : class, IInputService
        {
            if (m_instance != null)
            {
                return(m_instance.GetServiceInternal <T>());
            }

            return(null);
        }