File "RenderableOnCollisionEditor.php"

Full Path: /var/www/html/back/vendor/nunomaduro/collision/src/Contracts/RenderableOnCollisionEditor.php
File size: 246 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace NunoMaduro\Collision\Contracts;

use Whoops\Exception\Frame;

interface RenderableOnCollisionEditor
{
    /**
     * Returns the frame to be used on the Collision Editor.
     */
    public function toCollisionEditor(): Frame;
}