Last active
May 10, 2019 12:43
-
-
Save zkelo/1b2f32020c007c40b8fbf480f8edd584 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct stBulletData | |
{ | |
uint8_t byteType; | |
uint16_t sTargetID; | |
float fOrigin[3]; | |
float fTarget[3]; | |
float fCenter[3]; | |
uint8_t byteWeaponID; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment