mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +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
|
struct Mount
|
||||||
{
|
{
|
||||||
MountTextStruct Text;
|
MountTextStruct Text;
|
||||||
StringOffset CallSE;
|
Component::Excel::StringOffset CallSE;
|
||||||
StringOffset CallFalseSE;
|
Component::Excel::StringOffset CallFalseSE;
|
||||||
StringOffset ExitSE;
|
Component::Excel::StringOffset ExitSE;
|
||||||
float Slowdown;
|
float Slowdown;
|
||||||
float MoveAccel_Run;
|
float MoveAccel_Run;
|
||||||
float MoveAccel_Walk;
|
float MoveAccel_Walk;
|
||||||
|
|
Loading…
Add table
Reference in a new issue