fixed random crashes by only typing = 0

This commit is contained in:
Yannik
2023-05-20 15:01:46 +02:00
parent 88a855d1da
commit 52fcce409a
7 changed files with 6 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ protected:
static void _bind_methods();
private:
int64_t app_id;
int64_t app_id = 0;
String state;
String details;