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

◆ MoveRule< T >()

static void System.Runtime.CompilerServices.CallSiteOps.MoveRule< T > ( RuleCache< T > cache,
T rule,
int i )
inlinestatic
Type Constraints
T :class 

Definition at line 75 of file CallSiteOps.cs.

75 : class
76 {
77 if (i > 1)
78 {
79 cache.MoveRule(rule, i);
80 }
81 }