15 lines
213 B
VB.net
15 lines
213 B
VB.net
|
Namespace Items.Machines
|
||
|
|
||
|
<Item(238, "TM 48")>
|
||
|
Public Class TM48
|
||
|
|
||
|
Inherits TechMachine
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(True, 3000, 7)
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|