mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-20 23:23:36 +00:00
Merge Bahke's Changes into the repository for him regarding mech control implementations for ProjectR3
This commit is contained in:
parent
8bc2e1c574
commit
ee3488fa4d
28 changed files with 189 additions and 8 deletions
|
|
@ -20,6 +20,8 @@ namespace DX
|
|||
const bool &is_jetting;
|
||||
//! Player Object Jumping State (readonly, writing it doesn't do anything)
|
||||
const bool &is_jumping;
|
||||
float &headRotationZ;
|
||||
float &mRotZ;
|
||||
//! Player Object Using Toggable Pack
|
||||
bool &is_using_toggledpack;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue