This commit is contained in:
GIKExe 2025-05-06 22:49:53 +03:00
parent 8f0f0c6a5e
commit b86dd46b36
2 changed files with 0 additions and 16 deletions

View File

@ -1,6 +0,0 @@
struct Entity {
position: Vec3
}

View File

@ -1,10 +0,0 @@
struct Player {
entity_id: i32
}
impl Player for Entity {
}