@@ -0,0 +1,12 @@
<?php
/**
* Арена. Принцип: https://src.liks.pw/lopar/battles-game-test/issues/3
*/
use Battles\Arena;
use Battles\Template;
Template::header('Арена');
$fight = new Arena(1);
$fight->Init([[2,1],[3,2]]);
The note is not visible to the blocked user.