🎨 Moving project to use event bus
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <gait/state.h>
|
||||
|
||||
class IdleState : public GaitState {
|
||||
protected:
|
||||
const char *name() const override { return "Idle"; }
|
||||
};
|
||||
Reference in New Issue
Block a user