Skip to content

Instantly share code, notes, and snippets.

@zkelo
Last active May 10, 2019 12:43
Show Gist options
  • Save zkelo/1b2f32020c007c40b8fbf480f8edd584 to your computer and use it in GitHub Desktop.
Save zkelo/1b2f32020c007c40b8fbf480f8edd584 to your computer and use it in GitHub Desktop.
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