mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
9 lines
168 B
C++
9 lines
168 B
C++
#pragma once
|
|
|
|
using TickType = unsigned long long;
|
|
|
|
constexpr int DEFAULT_PER_TICK_TIME = 50;
|
|
|
|
constexpr TickType DAY_TIME = 24000;
|
|
|
|
constexpr TickType PER_HOUR = 1000; |