botsArena/src/arenas/Battleship/act.php

7 lines
95 B
PHP
Raw Normal View History

2015-12-11 13:59:14 +01:00
<?php
switch ($_POST['act']){
case "initGame":
break;
default:
break;
}