16 lines
251 B
VB.net
16 lines
251 B
VB.net
|
Namespace Items.Machines
|
||
|
|
||
|
<Item(449, "TM 149")>
|
||
|
Public Class TM149
|
||
|
|
||
|
Inherits TechMachine
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(True, 2500, 496)
|
||
|
CanTeachAlways = True
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|