mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
Update dGame/dComponents/PropertyEntranceComponent.h
Co-authored-by: jadebenn <jadebenn@users.noreply.github.com>
This commit is contained in:
parent
e45e2291bb
commit
67a86a545b
@ -57,7 +57,7 @@ public:
|
|||||||
* Returns the map ID for this property
|
* Returns the map ID for this property
|
||||||
* @return the map ID for this property
|
* @return the map ID for this property
|
||||||
*/
|
*/
|
||||||
[[nodiscard]] LWOMAPID GetMapID() const { return m_MapID; };
|
[[nodiscard]] LWOMAPID GetMapID() const noexcept { return m_MapID; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user