1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

Add missing namespace

This commit is contained in:
Rushi 2022-01-16 22:49:58 +01:00
parent 575fb37854
commit 2f9a56e6a1

View file

@ -1125,9 +1125,9 @@ namespace Component::Excel
struct Mount
{
MountTextStruct Text;
StringOffset CallSE;
StringOffset CallFalseSE;
StringOffset ExitSE;
Component::Excel::StringOffset CallSE;
Component::Excel::StringOffset CallFalseSE;
Component::Excel::StringOffset ExitSE;
float Slowdown;
float MoveAccel_Run;
float MoveAccel_Walk;