mirror of
https://github.com/celisej567/LibBSP.git
synced 2026-01-04 06:10:07 +03:00
Whoops, the Partition and Vertex classes need to be Serializable too.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace LibBSP {
|
||||
// TODO: Constructor to parse text
|
||||
}
|
||||
|
||||
public class Partition {
|
||||
[Serializable] public class Partition {
|
||||
public int unknown1;
|
||||
public int unknown2;
|
||||
public string shader;
|
||||
@@ -68,7 +68,7 @@ namespace LibBSP {
|
||||
}
|
||||
}
|
||||
|
||||
public class Vertex {
|
||||
[Serializable] public class Vertex {
|
||||
public int height;
|
||||
public string unknown1;
|
||||
public string unknown2;
|
||||
|
||||
Reference in New Issue
Block a user