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

◆ EndAt()

static Range System.Range.EndAt ( Index end)
inlinestatic

Definition at line 69 of file Range.cs.

70 {
71 return Index.Start..end;
72 }

References System.Index.Start.