Passion & UI
This commit is contained in:
@@ -6,13 +6,6 @@ namespace Cielonos.MainGame.Characters
|
||||
{
|
||||
public class AudioSubcontroller : SubcontrollerBase<CharacterBase>
|
||||
{
|
||||
//public AudioContainer audioContainer;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
}
|
||||
|
||||
public void PlayFootStepSound(AnimationEvent animationEvent)
|
||||
{
|
||||
if (animationEvent.animatorClipInfo.weight > 0.5f)
|
||||
|
||||
Reference in New Issue
Block a user