forked from devsam/core
11 lines
230 B
PHP
11 lines
230 B
PHP
<?php
|
|
namespace sammo;
|
|
|
|
class UniqueConst{
|
|
public static $serverID = '_tK_serverID_';
|
|
public static $serverName = '_tK_serverName_';
|
|
public static $seasonIdx = '_tK_seasonIdx_';
|
|
|
|
private function __construct(){}
|
|
|
|
} |