10 lines
129 B
C++
10 lines
129 B
C++
#include "KSettings.h"
|
|
|
|
namespace KapitanGame
|
|
{
|
|
float KSettings::ShortJumpVelocity() const
|
|
{
|
|
return JumpVelocity / 2.f;
|
|
}
|
|
}
|