mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 00:27:44 +00:00
style
This commit is contained in:
parent
470b0c867f
commit
3b4d83429a
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ private:
|
|||
} );
|
||||
}
|
||||
|
||||
void Scene00001(Entity::Player& player)
|
||||
void Scene00001( Entity::Player& player )
|
||||
{
|
||||
player.playScene( getId(), 1, 0,
|
||||
[&]( Entity::Player& player, const Event::SceneResult& result )
|
||||
|
|
|
@ -75,7 +75,7 @@ private:
|
|||
} );
|
||||
}
|
||||
|
||||
void Scene00001(Entity::Player& player)
|
||||
void Scene00001( Entity::Player& player )
|
||||
{
|
||||
player.playScene( getId(), 1, 0,
|
||||
[&]( Entity::Player& player, const Event::SceneResult& result )
|
||||
|
|
Loading…
Add table
Reference in a new issue