Skip to content

Commit

Permalink
doc: remove reference to Name()
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeiss committed Sep 1, 2024
1 parent e0c95ee commit 0f190e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions component.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package ecs

// Component contains only the data (no behaviour at all).
// The Name() method must be implemented, because the defaultEntityManager
// uses it to filter the entities by component names.
type Component interface {
Mask() uint64
}
Expand Down

0 comments on commit 0f190e9

Please sign in to comment.