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