Exemplo n.º 1
0
        private XBox360PluginGlobal CreateGlobal(int index)
        {
            var global = new XBox360PluginGlobal((UserIndex) index);
            globals.Add(global);

            return global;
        }
Exemplo n.º 2
0
        private XBox360PluginGlobal CreateGlobal(int index)
        {
            var global = new XBox360PluginGlobal((UserIndex)index);

            globals.Add(global);

            return(global);
        }