mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
msh 0x14 and different flags
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user