15 lines
215 B
VB.net
15 lines
215 B
VB.net
|
Namespace Items.Machines
|
||
|
|
||
|
<Item(229, "TM 39")>
|
||
|
Public Class TM39
|
||
|
|
||
|
Inherits TechMachine
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(True, 2000, 129)
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|