mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 13:47:46 +00:00
10 lines
223 B
C
10 lines
223 B
C
![]() |
#ifndef SAPPHIRE_SCRIPTOBJECT_H
|
||
|
#define SAPPHIRE_SCRIPTOBJECT_H
|
||
|
|
||
|
#include <Server_Zone/Script/NativeScriptApi.h>
|
||
|
#include <Server_Zone/Actor/Actor.h>
|
||
|
#include <Server_Zone/Actor/Player.h>
|
||
|
|
||
|
|
||
|
#endif //SAPPHIRE_SCRIPTOBJECT_H
|