17 lines
181 B
C#
17 lines
181 B
C#
namespace Model.Hotkeys;
|
|
|
|
public enum KeyType
|
|
{
|
|
Action,
|
|
ControlGroup,
|
|
|
|
Army,
|
|
Train,
|
|
Research,
|
|
Construct,
|
|
|
|
Cancel,
|
|
Advance,
|
|
Economy,
|
|
Pyre
|
|
} |