Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CorsairLogicalLayout

Enumerator
CLL_Invalid 
CLL_US_Int 
CLL_NA 
CLL_EU 
CLL_UK 
CLL_BE 
CLL_BR 
CLL_CH 
CLL_CN 
CLL_DE 
CLL_ES 
CLL_FR 
CLL_IT 
CLL_ND 
CLL_RU 
CLL_JP 
CLL_KR 
CLL_TW 
CLL_MEX 

Definition at line 3 of file CorsairLogicalLayout.cs.

4{
7 CLL_NA,
8 CLL_EU,
9 CLL_UK,
10 CLL_BE,
11 CLL_BR,
12 CLL_CH,
13 CLL_CN,
14 CLL_DE,
15 CLL_ES,
16 CLL_FR,
17 CLL_IT,
18 CLL_ND,
19 CLL_RU,
20 CLL_JP,
21 CLL_KR,
22 CLL_TW,
24}