1#pragma once
2
3namespace al {
4class LiveActor;
5struct ActorInitInfo;
6
7void registSupportFreezeSyncGroup(LiveActor* actor, const ActorInitInfo& info);
8} // namespace al
9