mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
5 lines
117 B
C++
5 lines
117 B
C++
#include "Game/System/GameEventFlag.hpp"
|
|
|
|
s32 GameEventFlagAccessor::getStarId() const {
|
|
return mFlag->mStarID;
|
|
} |