GameClient sending rotation to server
This commit is contained in:
parent
e6cd1f1e5f
commit
a2bba95003
|
@ -97,6 +97,8 @@ namespace GameLogic
|
|||
{
|
||||
this->protocol[0].value = protocol_Gameplay_PlayerLeftTurn;
|
||||
this->protocol[0].type = ::Oyster::Network::NetAttributeType_Short;
|
||||
// deltaRadian
|
||||
this->protocol[1].type = ::Oyster::Network::NetAttributeType_Float;
|
||||
this->deltaRadian = deltaRadian;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue