using Sog; namespace Battle { public static class BattleTickSvc { public static void Tick(long nowMs) { } } }