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

Class GJChestSprite

Source/GJChestSprite.h:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "Types.h"
23
24class GJChestSprite : public ax::Sprite {
25public:
26 static GJChestSprite* create(int ChestID);
27
28 static int _chestID;
29
30 bool switchState(int state, bool idk);
31};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected