1 type FigureKind = 2 | Cross 3 4 type Figure @mut = 5 inherit Wrapper 6 7 var kind = FigureKind/Cross 8 var obs color = Vector3.new 9