forked from dethunter12/DevPack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pwHeaderInfo.cs
33 lines (22 loc) · 874 Bytes
/
pwHeaderInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Decompiled with JetBrains decompiler
// Type: LcDevPack_TeamDamonA.pwHeaderInfo
// Assembly: LcDevPack_TeamDamonA, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 6B9BC8BF-B510-4945-A515-04135CC0F4A4
// Assembly location: C:\Users\NTServer\Desktop\LcDevPack_TeamDamonA\LcDevPack_TeamDamonA\LcDevPack_TeamDamonA.exe
namespace LcDevPack_TeamDamonA
{
public class pwHeaderInfo
{
public byte[] Format { get; set; }
public uint JointCount { get; set; }
public uint MaterialCount { get; set; }
public uint MeshCount { get; set; }
public uint TextureCount { get; set; }
public uint TypeMask { get; set; }
public uint UnknownValue1 { get; set; }
public uint UnknownValue2 { get; set; }
public uint UnknownValue3 { get; set; }
public int Version { get; set; }
public uint VertexType { get; set; }
}
}