component/playertag.go
Building Your Cardinal Shard
Component
How to create and use components in Cardinal
Components (the “C” in ECS) are the data attributes attached to entities. By convention, components in
Cardinal are defined in the component directory.
There’s no need to register components manually. As long as your component is accessed by one or more systems,
it will be registered automatically.