Custom scene fields module parameter

This commit is contained in:
2025-06-26 23:25:31 +02:00
parent 02b7d1550f
commit ac7a564f6f
3 changed files with 6 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ Entity :: struct {
enabled: bool = true;
parent: *Entity; @DontSerialize
children: [MAX_CHILDREN] *Entity; @DontSerialize
num_children: s64; @DontSerialize