P3D-Legacy/P3D/Entites/Enviroment/AllSidesObject.vb

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