examples: global quests usage in CozyCollector (list/claim/reportProgress), quests capability
This commit is contained in:
@@ -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" },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user