Init
This commit is contained in:
7
behaviors/custom/keyframe/poses/neutral/neutral.py
Normal file
7
behaviors/custom/keyframe/poses/neutral/neutral.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
from behaviors.custom.keyframe.keyframe import KeyframeSkill
|
||||
|
||||
|
||||
class Neutral(KeyframeSkill):
|
||||
def __init__(self, agent):
|
||||
super().__init__(agent, os.path.join(os.path.dirname(__file__), "neutral.yaml"))
|
||||
Reference in New Issue
Block a user