2015-08-17 22:05:00 +00:00
|
|
|
#include "CPlayerState.hpp"
|
|
|
|
|
2016-03-04 23:04:53 +00:00
|
|
|
namespace urde
|
2015-08-17 22:05:00 +00:00
|
|
|
{
|
|
|
|
|
2015-08-20 02:52:07 +00:00
|
|
|
CPlayerState::CPlayerState(CInputStream& stream)
|
|
|
|
: m_staticIntf(5)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2015-08-17 22:05:00 +00:00
|
|
|
}
|