terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
LineSegment.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000635 RID: 1589
7 public struct LineSegment
8 {
9 // Token: 0x0600362C RID: 13868 RVA: 0x00212454 File Offset: 0x00210654
11 {
12 }
13
14 // Token: 0x040076EC RID: 30444
15 public Vector2 Start;
16
17 // Token: 0x040076ED RID: 30445
18 public Vector2 End;
19 }
20}
LineSegment(Vector2 start, Vector2 end)