This commit is contained in:
anton.gurov
2019-10-25 18:47:10 +03:00
parent ad6fb0c03e
commit ed5a425dab
11 changed files with 413 additions and 13 deletions

5
engine/ecs/entity.go Normal file
View File

@ -0,0 +1,5 @@
package ecs
type Entity struct {
ID int
}