terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsConsumed

bool Terraria.Chat.ChatMessage.IsConsumed
getprivate set

Definition at line 49 of file ChatMessage.cs.

50 {
52 get
53 {
54 return this.<IsConsumed>k__BackingField;
55 }
57 private set
58 {
59 }
60 }
class f__AnonymousType0<< Count > j__TPar
ChatCommandId< CommandId > k__BackingField

Referenced by Terraria.Chat.ChatMessage.Consume(), Terraria.Chat.ChatMessage.Serialize(), Terraria.Chat.ChatMessage.SetCommand(), and Terraria.Chat.ChatMessage.SetCommand< T >().