MCPcopy Create free account
hub / github.com/codecombat/codecombat / characterCustomizationTints

Function characterCustomizationTints

app/core/store/modules/tints.js:18–20  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

16
17 getters: {
18 characterCustomizationTints (state) {
19 return state.tints
20 }
21 },
22
23 actions: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected