| 22 | #include "Types.h" |
| 23 | |
| 24 | class GJChestSprite : public ax::Sprite { |
| 25 | public: |
| 26 | static GJChestSprite* create(int ChestID); |
| 27 | |
| 28 | static int _chestID; |
| 29 | |
| 30 | bool switchState(int state, bool idk); |
| 31 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected