Skip to content

Commit 37e34d1

Browse files
committed
Update Attachment.cs
1 parent 4977b37 commit 37e34d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
namespace HuntroxGames.Utils
1+
using System;
2+
3+
namespace HuntroxGames.Utils
24
{
35
[System.Serializable]
46
public class Attachment
57
{
68
public string filename;
79
public string description;
810
public int id;
11+
[NonSerialized]public string filePath;
912
}
1013
}

0 commit comments

Comments
 (0)