Browse Source

Fix `EPlaceable` not being abstract

pull/8/head
Anton Tarasenko 2 years ago
parent
commit
d32ef86386
  1. 3
      sources/Gameplay/BaseClasses/Frontend/EPlaceable.uc

3
sources/Gameplay/BaseClasses/Frontend/EPlaceable.uc

@ -17,7 +17,8 @@
* You should have received a copy of the GNU General Public License
* along with Acedia. If not, see <https://www.gnu.org/licenses/>.
*/
class EPlaceable extends EInterface;
class EPlaceable extends EInterface
abstract;
/**
* Returns position of the caller `EPlaceable`

Loading…
Cancel
Save