mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Add CPOINode family of classes
This commit is contained in:
@@ -5,9 +5,7 @@ namespace urde
|
||||
|
||||
SObjectTag CEffectComponent::GetSObjectTagFromStream(CInputStream& in)
|
||||
{
|
||||
char tpChars[4];
|
||||
in.readBytesToBuf(tpChars, 4);
|
||||
return {tpChars, in.readUint32Big()};
|
||||
return SObjectTag(in);
|
||||
}
|
||||
|
||||
CEffectComponent::CEffectComponent(CInputStream& in)
|
||||
|
||||
Reference in New Issue
Block a user