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

◆ inferAlertLevel()

void Mono.Security.Interface.Alert.inferAlertLevel ( )
inlineprivate

Definition at line 35 of file Alert.cs.

36 {
37 if (this.description == AlertDescription.CloseNotify)
38 {
39 return;
40 }
41 this.level = AlertLevel.Fatal;
42 }
class f__AnonymousType0<< Count > j__TPar
AlertDescription description
Definition Alert.cs:57

References Mono.Security.Interface.Alert.description, and j__TPar.