mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 20:55:17 +00:00
12 lines
226 B
C
12 lines
226 B
C
|
#pragma once
|
||
|
|
||
|
#include "al/actor/ActorCameraTarget.h"
|
||
|
|
||
|
class PlayerCameraTarget : public al::ActorCameraTarget
|
||
|
{
|
||
|
public:
|
||
|
PlayerCameraTarget(al::LiveActor const *player);
|
||
|
|
||
|
float unk1;
|
||
|
float unk2;
|
||
|
};
|