15 lines
215 B
VB.net
15 lines
215 B
VB.net
|
Namespace Items.Machines
|
||
|
|
||
|
<Item(251, "HM 09")>
|
||
|
Public Class HM09
|
||
|
|
||
|
Inherits TechMachine
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(False, 100, 560)
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|