Skip to content
Snippets Groups Projects
SmartDataUnits.php 210 B
Newer Older
<?php

namespace Ingress\Services\smartdataapi;

class SmartDataUnits
{
    public const METER = 0x84964924;
    public const TIME = 0x84925924;
    public const MONTH_TO_TIME_MULTIPLIER = 1 * 30 * 24 * 3600;
}