MCPcopy Create free account
hub / github.com/EngoEngine/ecs / MyComponent1

Struct MyComponent1

entity_test.go:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147type MyComponent1 struct {
148 A, B int
149}
150type MyComponent1Face interface {
151 GetMyComponent1() *MyComponent1
152}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected