| AnimatedBoxGrow | Animates drawing a box. It can either |
| AnimatedValue | An function that applies an EasingBase function between two values. |
| CodeInstruction | An instruction with a code callback. |
| ConcurrentInstructions | Runs one or more instructions at the same time. This instruction completes when all added instructions have finished. |
| DrawString | Draws a string to a console as if someone was typing. |
| FadeTextSurfaceTint | Animates a color change to Tint. |
| InstructionBase | Base class for all instructions. |
| InstructionSet | A set of instructions to be executed sequentially. |
| PredicateInstruction | Instruction that waits until the code callback returns true. |
| Wait | Represents an instruction to pause for a specified duration. |