OpenRA.KeySettings.GetProductionHotkey C# (CSharp) Метод

GetProductionHotkey() публичный Метод

public GetProductionHotkey ( int index ) : OpenRA.Hotkey
index int
Результат OpenRA.Hotkey
        public Hotkey GetProductionHotkey(int index)
        {
            return GetKey(ProductionKeys, index);
        }