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);
        }