mirror of
https://github.com/zeldaret/ph
synced 2026-06-01 17:57:34 -04:00
6 lines
172 B
C++
6 lines
172 B
C++
#include "Player/LinkStateBase.hpp"
|
|
|
|
LinkStateBase::LinkStateBase(PlayerLinkBase *link) {}
|
|
LinkStateBase::~LinkStateBase() {}
|
|
void LinkStateBase::CreateDebugHierarchy() {}
|