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

◆ OffsetSize()

static Rectangle Terraria.Utils.OffsetSize ( this Rectangle rect,
int xSize,
int ySize )
inlinestatic

Definition at line 1069 of file Utils.cs.

1070 {
1071 //IL_0018: Unknown result type (might be due to invalid IL or missing references)
1072 rect.Width += xSize;
1073 rect.Height += ySize;
1074 return rect;
1075 }