mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-22 02:08:32 +02:00
15 lines
228 B
VB.net
15 lines
228 B
VB.net
Namespace Items.Plates
|
|
|
|
<Item(267, "Draco Plate")>
|
|
Public Class DracoPlate
|
|
|
|
Inherits PlateItem
|
|
|
|
Public Sub New()
|
|
MyBase.New(Element.Types.Dragon)
|
|
End Sub
|
|
|
|
End Class
|
|
|
|
End Namespace
|