5 lines
65 B
C#
5 lines
65 B
C#
|
public struct Point2f
|
||
|
{
|
||
|
public float X;
|
||
|
public float Y;
|
||
|
}
|