Skip to content

Commit ad5bd70

Browse files
authored
Update DataFormats.cs
1 parent ee6c10c commit ad5bd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public class Point3D
44
{
5-
public float ID { get; set; }
5+
public int ID { get; set; }
66
public float X { get; set; }
77
public float Y { get; set; }
88
public float Z { get; set; }

0 commit comments

Comments
 (0)