mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
Trying to fix compilation issues related to HaroontheHalfShell
This commit is contained in:
parent
81fb8108a3
commit
abd456d2b3
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
using namespace Sapphire;
|
using namespace Sapphire;
|
||||||
|
|
||||||
class HeroontheHalfshell : public Sapphire::ScriptAPI::InstanceContentScript
|
class HeroontheHalfShell : public Sapphire::ScriptAPI::InstanceContentScript
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
HeroontheHalfshell() : Sapphire::ScriptAPI::InstanceContentScript( 10004 )
|
HeroontheHalfShell() : Sapphire::ScriptAPI::InstanceContentScript( 10004 )
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
void onInit( InstanceContent& instance ) override
|
void onInit( InstanceContent& instance ) override
|
||||||
|
@ -107,4 +107,4 @@ public:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
EXPOSE_SCRIPT( HeroontheHalfshell );
|
EXPOSE_SCRIPT( HeroontheHalfShell );
|
Loading…
Add table
Reference in a new issue