mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-21 17:58:37 +02:00
15 lines
213 B
VB.net
15 lines
213 B
VB.net
Namespace Items.Machines
|
|
|
|
<Item(363, "TM 63")>
|
|
Public Class TM63
|
|
|
|
Inherits TechMachine
|
|
|
|
Public Sub New()
|
|
MyBase.New(True, 5000, 6)
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace
|