15 lines
215 B
VB.net
15 lines
215 B
VB.net
|
Namespace Items.Machines
|
||
|
|
||
|
<Item(396, "TM 96")>
|
||
|
Public Class TM96
|
||
|
|
||
|
Inherits TechMachine
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(True, 2000, 113)
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|