OpenRA.KeySettings.GetSupportPowerHotkey C# (CSharp) 메소드

GetSupportPowerHotkey() 공개 메소드

public GetSupportPowerHotkey ( int index ) : OpenRA.Hotkey
index int
리턴 OpenRA.Hotkey
        public Hotkey GetSupportPowerHotkey(int index)
        {
            return GetKey(SupportPowerKeys, index);
        }