refactor: move game_server utils into global utils

This commit is contained in:
Naruse
2024-11-08 11:18:47 +08:00
parent 787cf1dd15
commit 27976c3ffd
13 changed files with 118 additions and 105 deletions

4
utils/time.py Normal file
View File

@@ -0,0 +1,4 @@
import time
def get_unix_in_seconds():
return int(time.time())