1 type TriangleControl @mut = 2 inherit Control 3 4 var obs color = Vector3.new 5 6 def Control.measure _ _ = () 7 def Control.arrange = () 8