2016-10-21 11:37:55 +02:00

7 lines
61 B
PHP

<?php
class Zone extends ZoneCore
{
const EUROPE = 1;
}