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

◆ ConsumedStack

override int System.Linq.Expressions.Interpreter.GotoInstruction.ConsumedStack
get

Definition at line 15 of file GotoInstruction.cs.

16 {
17 get
18 {
19 if (!_hasValue)
20 {
21 return 0;
22 }
23 return 1;
24 }
25 }