summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/Profiles/actRopeBase.h
blob: 7454c73a5cdb877dbeaf2f8370b7cbcf4704a2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "KingSystem/ActorSystem/actActor.h"

namespace ksys::act {

// TODO
class RopeBase : public Actor {
    SEAD_RTTI_OVERRIDE(RopeBase, Actor)
};

}  // namespace ksys::act