We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// Left turrets
// DEITY case 1532171089: i=BulletsShot%2==0 ? 95 : 96; return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);
// Right turrets
// DEITY case 1532171089: i=BulletsShot%2==0 ? 97 : 98; return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);
// LIMO2 case -114627507: i=BulletsShot%2==0 ? 79 : 82; return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);
The text was updated successfully, but these errors were encountered:
Merge pull request #27 from Makinolo/feature/optional_menus
1db9dd5
Creates interface to communicate with other mods and menus optional
No branches or pull requests
// Left turrets
// Right turrets
The text was updated successfully, but these errors were encountered: