Your methods are broken.
Both ProcessThrust
and ProcessRotation
require ()
void ProcessThrust() // <- Like this
{
// the code here
}
void ProcessRotation() // <- Like this
{
// the code here
}
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.