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

◆ Update

Definition at line 65 of file CallSite.cs.

66 {
67 get
68 {
69 if (_match)
70 {
71 return s_cachedNoMatch;
72 }
73 return s_cachedUpdate;
74 }
75 }