makeTriangle method

ActorTriangle makeTriangle()

Implementation

ActorTriangle makeTriangle() {
  return ActorTriangle();
}