khanat-opennel-code/code/web/app/app_achievements/class/Tieable_inter.php
SirCotare 6d33124bc3 #1470 monday's push_all
--HG--
branch : gsoc2012-achievements
2012-06-04 21:23:14 +02:00

11 lines
No EOL
151 B
PHP

<?php
interface Tieable {
function isTiedCult();
function isTiedCiv();
function getCurrentCiv();
function getCurrentCult();
}
?>