6 lines
112 B
GDScript
6 lines
112 B
GDScript
extends Node
|
|
|
|
const client_version :String = "1.0.5" #记录客户端版本
|
|
|
|
var isZoomDisabled :bool = false
|