MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~System

Method ~System

Engine/source/EtFramework/ECS/System.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85public:
86 System() : SystemBase() {}
87 virtual ~System() = default;
88
89 // System Base interface implementation
90 //--------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected