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

◆ GetEmotesBiomesAndEvents()

List< int > Terraria.GameContent.UI.States.UIEmotesMenu.GetEmotesBiomesAndEvents ( )
inlineprivate

Definition at line 133 of file UIEmotesMenu.cs.

134 {
135 return new List<int>
136 {
137 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
138 32, 18, 19, 20, 21, 99, 4, 5, 6, 95,
139 96, 97, 98
140 };
141 }

Referenced by Terraria.GameContent.UI.States.UIEmotesMenu.InitializePage().