15 lines
215 B
VB.net
15 lines
215 B
VB.net
|
Namespace Items.Machines
|
||
|
|
||
|
<Item(398, "TM 98")>
|
||
|
Public Class TM98
|
||
|
|
||
|
Inherits TechMachine
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(True, 3000, 280)
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|