Table of Contents

Interface IAIPlayerActionAnimator<T>

Namespace
ProjectL.GameScene.ActionHandling
Assembly
Assembly-CSharp.dll
public interface IAIPlayerActionAnimator<T> where T : GameAction

Type Parameters

T

Methods

AnimateAsync(T, CancellationToken)

Task AnimateAsync(T action, CancellationToken cancellationToken)

Parameters

action T
cancellationToken CancellationToken

Returns

Task