mirror of
https://github.com/Relintai/procedural_animations.git
synced 2024-11-13 08:27:19 +01:00
5 lines
192 B
C++
5 lines
192 B
C++
#include "procedural_animation_player.h"
|
|
|
|
void ProceduralAnimationPlayer::play(const StringName &p_name, float p_custom_blend, float p_custom_scale, bool p_from_end) {
|
|
print_error("adada");
|
|
} |