gambas-source-code/app/examples/Games/DeepSpace/.src/CBullet.class
Benoît Minisini c6a9cd69c2 [EXAMPLES]
* NEW: Add examples again. I hope correctly this time.


git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-12 19:58:52 +00:00

11 lines
301 B
Text

' 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