mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 00:43:00 +08:00
refactor(vector3): Removed VECTOR3 struct
This commit is contained in:
parent
6b7f15c5df
commit
b4efb0356f
@ -1760,13 +1760,6 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
//generated + adjusted structs code (UnusedX padding vars manually added) from here down, + meta wrapper classes
|
||||
|
||||
[TC(typeof(EXP))] public struct VECTOR3 //12 bytes, Key:2751397072
|
||||
{
|
||||
public float x { get; set; }//0
|
||||
public float y { get; set; }//4
|
||||
public float z { get; set; }//8
|
||||
}
|
||||
|
||||
[TC(typeof(EXP))] public struct CMapTypes //80 bytes, Key:2608875220
|
||||
{
|
||||
public uint Unused0 { get; set; }//0
|
||||
|
Loading…
Reference in New Issue
Block a user