2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 17:11:22 +00:00
metaforce/Runtime/CPlayerState.cpp

13 lines
123 B
C++

#include "CPlayerState.hpp"
namespace pshag
{
CPlayerState::CPlayerState(CInputStream& stream)
: m_staticIntf(5)
{
}
}