MCPcopy Create free account
hub / github.com/Naios/continuable / Unit

Class Unit

examples/example-ai/example-ai.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42struct Unit {
43 virtual ~Unit() = default;
44};
45
46struct UnitAI {
47 virtual ~UnitAI() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected