mirror of
https://github.com/uowuo/abaddon.git
synced 2026-01-13 20:50:03 +00:00
7 lines
142 B
C++
7 lines
142 B
C++
#include "relationship.hpp"
|
|
|
|
void from_json(const nlohmann::json &j, RelationshipData &m) {
|
|
JS_D("type", m.Type);
|
|
JS_D("id", m.ID);
|
|
}
|