MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / CurrencyRewardLayer

Class CurrencyRewardLayer

Source/CurrencyRewardLayer.h:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class CurrencyRewardLayer : public ax::Layer {
28public:
29 static CurrencyRewardLayer* create(int orbs, int stars, int diamonds);
30
31 bool init(int orbs, int stars, int diamonds);
32};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected