Files
core/hwe/d_setting/UniqueConst.orig.php
T
2022-05-13 23:45:14 +09:00

12 lines
281 B
PHP

<?php
namespace sammo;
class UniqueConst{
public static $serverID = '_tK_serverID_';
public static $serverName = '_tK_serverName_';
public static $seasonIdx = '_tK_seasonIdx_';
public static $hiddenSeed = '_tK_hiddenSeed_';
private function __construct(){}
}