日常更新

This commit is contained in:
Glz
2024-07-13 19:00:45 +08:00
parent af031e23d8
commit b88aaf47e5
13 changed files with 171 additions and 89 deletions

View File

@@ -5,6 +5,7 @@
enum garage_type_e {
GARAGE_NONE, // 非车库模式
GARAGE_FOUND,
OUT_STOP,
};
extern enum garage_type_e garage_type;