summaryrefslogtreecommitdiff
path: root/modules/mono/glue/Managed/Files/Vector3.cs
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2019-08-07 18:29:40 -0700
committerAaron Franke <arnfranke@yahoo.com>2019-08-07 18:34:52 -0700
commit50fd2deede92bcc7d0c502731092da89aa2c1e41 (patch)
tree9400cdfbd17d49d17fc0bf1f1676066fb7b7cef9 /modules/mono/glue/Managed/Files/Vector3.cs
parent05be97a607105dbd8fb93bc90d5fc3dd3eaf94a2 (diff)
[Mono] Make all structs seralizable
Diffstat (limited to 'modules/mono/glue/Managed/Files/Vector3.cs')
-rw-r--r--modules/mono/glue/Managed/Files/Vector3.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/glue/Managed/Files/Vector3.cs b/modules/mono/glue/Managed/Files/Vector3.cs
index 68601da1e7..c2da7b8bb1 100644
--- a/modules/mono/glue/Managed/Files/Vector3.cs
+++ b/modules/mono/glue/Managed/Files/Vector3.cs
@@ -14,6 +14,7 @@ using real_t = System.Single;
namespace Godot
{
+ [Serializable]
[StructLayout(LayoutKind.Sequential)]
public struct Vector3 : IEquatable<Vector3>
{