mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-21 17:58:37 +02:00
15 lines
217 B
VB.net
15 lines
217 B
VB.net
Namespace Items.Machines
|
|
|
|
<Item(464, "TM 164")>
|
|
Public Class TM164
|
|
|
|
Inherits TechMachine
|
|
|
|
Public Sub New()
|
|
MyBase.New(True, 5000, 528)
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace
|