15 lines
214 B
VB.net
15 lines
214 B
VB.net
|
Namespace Items.Machines
|
||
|
|
||
|
<Item(354, "TM 54")>
|
||
|
Public Class TM54
|
||
|
|
||
|
Inherits TechMachine
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(True, 1000, 18)
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|