CSEngine
Loading...
Searching...
No Matches
Skeleton.cpp
1#include "Skeleton.h"
2
3RESOURCE_CONSTRUCTOR(Skeleton), m_jointCount(0) {
4 SetUndestroyable(true);
5}
6
7void CSE::Skeleton::SetValue(std::string name_str, CSE::VariableBinder::Arguments value) {
8}
9
10std::string CSE::Skeleton::PrintValue() const {
11 return {};
12}
void SetValue(std::string name_str, Arguments value) override
Definition Skeleton.cpp:7