const std = @import("std"); pub const Action = enum { illegal, exit, move_up, move_down, move_left, move_right, down_stair, up_stair, };