examples: global quests usage in CozyCollector (list/claim/reportProgress), quests capability
CI / check (push) Successful in 6s
CI / publish (push) Has been skipped

This commit is contained in:
edmand46
2026-08-25 16:25:36 +03:00
parent 695a7210b1
commit b8e226722d
3 changed files with 86 additions and 0 deletions
@@ -16,6 +16,7 @@ namespace LiveOpsExamples
{ "storage", new Color(0.624f, 0.690f, 0.769f) },
{ "inventory", new Color(0.898f, 0.604f, 0.796f) },
{ "wallet", new Color(1f, 0.831f, 0.475f) },
{ "quests", new Color(0.710f, 0.800f, 1f) },
{ "system", new Color(0.667f, 0.706f, 0.635f) },
};
@@ -29,6 +30,7 @@ namespace LiveOpsExamples
{ "storage", "Storage" },
{ "inventory", "Items" },
{ "wallet", "Wallet" },
{ "quests", "Quests" },
{ "system", "System" },
};