Initial commit

This commit is contained in:
gasaichandesu
2025-08-30 19:47:42 +04:00
commit 58d7808a8d
100 changed files with 6186 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
final class Config {
static const host = 'storage.yandexcloud.net';
static const bucketName = 'warcraft-client';
static const id = 'ajeoijp637jj3527jd96';
static const serviceAccountId = 'ajerr0qmscj6eof68buc';
static const createdAt = "2025-08-24T12:08:22.166354325Z";
static const keyId = 'YCAJEwIWaVVRCAx2YM2XMqcCS';
static const secret = '';
static const objectName = 'World of Warcraft.zip';
}