mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
style fix
This commit is contained in:
parent
29be5e1249
commit
0915406bd3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace Sapphire::Entity
|
||||||
void onDeath() override;
|
void onDeath() override;
|
||||||
|
|
||||||
uint32_t getTimeOfDeath() const;
|
uint32_t getTimeOfDeath() const;
|
||||||
void setTimeOfDeath( uint32_t timeOfDeath);
|
void setTimeOfDeath( uint32_t timeOfDeath );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint32_t m_bNpcBaseId;
|
uint32_t m_bNpcBaseId;
|
||||||
|
|
Loading…
Add table
Reference in a new issue