├── LICENSE ├── README.md ├── cmd └── example │ ├── .gitignore │ └── main.go └── ecs.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ByteArena/ecs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ByteArena/ecs/HEAD/README.md -------------------------------------------------------------------------------- /cmd/example/.gitignore: -------------------------------------------------------------------------------- 1 | example -------------------------------------------------------------------------------- /cmd/example/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ByteArena/ecs/HEAD/cmd/example/main.go -------------------------------------------------------------------------------- /ecs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ByteArena/ecs/HEAD/ecs.go --------------------------------------------------------------------------------