mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 23:05:14 -04:00
8 lines
152 B
C++
8 lines
152 B
C++
#include "KingSystem/Resource/resResourceAttClient.h"
|
|
|
|
namespace ksys::res {
|
|
|
|
AttClient::AttClient() : ParamIO("atcl", 0) {}
|
|
|
|
} // namespace ksys::res
|