MCPcopy Create free account
hub / github.com/arnaud-jamin/Cog / ICogSampleTeamInterface

Class ICogSampleTeamInterface

Source/CogSample/CogSampleTeamInterface.h:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13class ICogSampleTeamInterface
14{
15 GENERATED_BODY()
16
17public:
18
19 virtual int32 GetTeam() const { return 0; }
20
21 virtual void SetTeam(int32) { }
22};
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected