adjust st
This commit is contained in:
@@ -11,7 +11,7 @@ public class PlayerVisual : MonoBehaviour
|
||||
|
||||
private void PlayActionEventHandler(PlayActionEvent @event)
|
||||
{
|
||||
BrewMonster.Logger.Log("PlayActionEventHandler : "+@event.AnimationName);
|
||||
BrewMonster.BMLogger.Log("PlayActionEventHandler : "+@event.AnimationName);
|
||||
namedAnimancer.TryPlay(@event.AnimationName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user