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