mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-01 09:42:39 +00:00
13 lines
No EOL
384 B
C++
13 lines
No EOL
384 B
C++
#pragma once
|
|
|
|
#include "al/LiveActor/LiveActor.h"
|
|
#include "PlayerCostumeInfo.h"
|
|
#include "PlayerModelHolder.h"
|
|
#include "game/Interfaces/IUseDimension.h"
|
|
|
|
class PlayerPainPartsKeeper;
|
|
|
|
class PlayerModelChangerHakoniwa {
|
|
public:
|
|
PlayerModelChangerHakoniwa(al::LiveActor const *, PlayerModelHolder *, PlayerPainPartsKeeper *, PlayerCostumeInfo *, IUseDimension const *);
|
|
}; |