Namespace TinyLife.Actions.Handlers
Classes
- MultiActionHandler
A multi action handler is a handler that is used by MultiAction, which handles a set of underlying actions that should be executed in a row. Note that, when using this class, Update(GameTime, TimeSpan, float), Validate(Action, PersonLike, AppliedMigrations) and especially OnCompleted(CompletionType) have to be called in the appropriate places.
- UnderlyingActionHandler
An UnderlyingAction is a class that can instantiate a single Action that will be executed as part of the action it is used in. Note that, when using this class, Update(GameTime, TimeSpan, float), Validate(Action, PersonLike, AppliedMigrations) and especially OnCompleted(CompletionType) have to be called in the appropriate places.