Player for save player pos

This commit is contained in:
GIKExe 2025-05-06 20:52:46 +03:00
parent 78c1404ce8
commit 2cf3b09d9d
2 changed files with 16 additions and 0 deletions

View File

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

View File

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