1#pragma once
2
3class PlayerExternalVelocity {
4public:
5 bool isExistForce() const;
6 bool isExistSnapForce() const;
7};
8