阶段性完成
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using SLSUtilities.FunctionalAnimation;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cielonos.MainGame.FunctionalAnimation
|
||||
{
|
||||
public class PlaySoundFX : FuncAnimPayloadBase
|
||||
{
|
||||
public string soundKey = "SoundKey";
|
||||
|
||||
public override void Invoke()
|
||||
{
|
||||
runtimeFuncAnim.executor.audioSc.audioContainer.PlaySoundFX(soundKey);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user