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

◆ ProbeCombat()

void Terraria.GameContent.UI.EmoteBubble.ProbeCombat ( List< int > list)
inlineprivate

Definition at line 342 of file EmoteBubble.cs.

343 {
344 list.Add(16);
345 list.Add(1);
346 list.Add(2);
347 list.Add(91);
348 list.Add(93);
349 list.Add(84);
350 list.Add(84);
351 }

References System.Collections.Generic.Dictionary< TKey, TValue >.Add(), and System.list.

Referenced by Terraria.GameContent.UI.EmoteBubble.PickNPCEmote().