This is step 1 of [Chariot/projects/1](https://github.com/ChariotEngine/Chariot/projects/1). ```rust pub type SlpDrawCommands = Vec<DrawCommand>; #[derive(Clone)] pub enum DrawCommand { Color, Skip, Remap, Shadow, } ```