7 lines
66 B
Python
7 lines
66 B
Python
"""
|
|
Global game constants
|
|
"""
|
|
|
|
# PvP Combat
|
|
PVP_TURN_TIMEOUT = 60
|