MCPcopy Create free account
hub / github.com/Forairaaaaa/mooncake / BasicAbilityTest

Method BasicAbilityTest

example/ability_manager_test.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22class BasicAbilityTest : public BasicAbility {
23public:
24 BasicAbilityTest()
25 {
26 printf("[basic] on construct\n");
27 }
28 ~BasicAbilityTest()
29 {
30 printf("[basic] on deconstruct\n");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected