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:
parent
575fb37854
commit
2f9a56e6a1
1 changed files with 3 additions and 3 deletions
6
deps/datReader/Exd/Structs.h
vendored
6
deps/datReader/Exd/Structs.h
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue