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

◆ GetEmotesItems()

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

Definition at line 123 of file UIEmotesMenu.cs.

124 {
125 return new List<int>
126 {
127 7, 73, 74, 75, 76, 131, 77, 78, 79, 80,
128 81, 82, 83, 84, 85, 86, 90, 132, 126, 127,
129 128, 129, 149
130 };
131 }

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