Zepha/src/client/graph/ModelAnimation.cpp

9 lines
145 B
C++

//
// Created by aurailus on 26/08/19.
//
#include "ModelAnimation.h"
ModelAnimation::ModelAnimation(const std::string& name)
: name(name) {}