💾 Archived View for code.lanterne.chilliet.eu › src › UnicodeBoardSquare.php captured on 2023-09-28 at 15:32:12.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

<?php

declare(strict_types=1);

namespace MCMic\Gemini;

class UnicodeBoardSquare
{
    public bool $highlight = false;
    public string $content = ' ';
}