khanat-opennel-code/code/web/app/app_achievements/class/Tieable_inter.php
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();
}
?>