mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-22 02:08:32 +02:00
9 lines
151 B
VB.net
9 lines
151 B
VB.net
Public Class AllSidesObject
|
|
|
|
Inherits Entity
|
|
|
|
Public Overrides Sub Render()
|
|
Me.Draw(Me.Model, Textures, True)
|
|
End Sub
|
|
|
|
End Class |