gambas-source-code/app/examples/Games/DeepSpace/.src/CBullet.class

12 lines
301 B
Text
Raw Normal View History

' Gambas class file
'
' Copyright (C) 2004, Michael Isaac. All rights reserved.
'
Public X As Float 'Center X
Public Y As Float 'Center Y
Public Direction As Float
Public Owner As String 'The array space of the owning object
Public Damage As Integer
'PUBLIC Destroy AS Boolean