mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-22 02:08:32 +02:00
16 lines
255 B
VB.net
16 lines
255 B
VB.net
Namespace Items.Machines
|
|
|
|
<Item(431, "TM 131")>
|
|
Public Class TM131
|
|
|
|
Inherits TechMachine
|
|
|
|
Public Sub New()
|
|
MyBase.New(True, 1500, 445)
|
|
CanTeachWhenGender = True
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace
|