khanat-opennel-code/code/web/app/app_achievements/class/Tieable_inter.php

11 lines
151 B
PHP
Raw Normal View History

2012-06-04 19:23:14 +00:00
<?php
interface Tieable {
function isTiedCult();
function isTiedCiv();
function getCurrentCiv();
function getCurrentCult();
}
?>