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

◆ GetEmotesGeneral()

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

Definition at line 108 of file UIEmotesMenu.cs.

109 {
110 return new List<int>
111 {
112 0, 1, 2, 3, 15, 136, 94, 16, 135, 134,
113 137, 138, 139, 17, 87, 88, 89, 91, 92, 93,
114 8, 9, 10, 11, 14, 100, 146, 147, 148
115 };
116 }

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