msh 0x14 and different flags

This commit is contained in:
bird_egop
2026-05-11 06:44:49 +03:00
parent 67a4aa84bf
commit 09bc0110d0
4 changed files with 110 additions and 4 deletions
+4 -1
View File
@@ -89,7 +89,10 @@ public static class Msh0x01
}
}
public enum NodeFlags
public enum NodeFlags : ushort
{
// very uncertain
MSH01_NODE_FLAG_UNKNOWN_SKIP_RECURSE_0x04 = 0x4,
MSH01_NODE_FLAG_STOP_CHILD_TRAVERSAL = 0x10,
MSH01_NODE_FLAG_NO_SHADOW = 0x40
}