6 lines
184 B
VB.net
6 lines
184 B
VB.net
Public Class Face
|
|
Public ReadOnly Property Points As New List(Of Point)
|
|
Public Property Material As Material = Nothing
|
|
Public Property Tag As Object = Nothing
|
|
End Class
|