mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-01 17:55:48 +00:00
start animator
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by hbenjamin on 03/06/2021.
|
||||
//
|
||||
|
||||
#include "AnimatorComponent.hpp"
|
||||
|
||||
namespace BBM {
|
||||
AnimatorComponent::AnimatorComponent(WAL::Entity &entity)
|
||||
: WAL::Component(entity)
|
||||
{}
|
||||
|
||||
WAL::Component *AnimatorComponent::clone(WAL::Entity &entity) const
|
||||
{
|
||||
return new AnimatorComponent(entity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user