mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
15 lines
215 B
VB.net
15 lines
215 B
VB.net
Namespace Items.Machines
|
|
|
|
<Item(248, "HM 06")>
|
|
Public Class HM06
|
|
|
|
Inherits TechMachine
|
|
|
|
Public Sub New()
|
|
MyBase.New(False, 100, 250)
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace
|