Zepha/src/client/graph/ModelAnimation.cpp
2020-11-08 22:57:34 -08:00

9 lines
145 B
C++

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