botsArena/src/arenas_lists.php

8 lines
108 B
PHP
Raw Normal View History

2015-11-25 22:24:41 +01:00
<?php
arenas=array(
array(
'id' => "tictactoe",
'url' => "/tictactoe"
)
);