Skip to content

Commit a6fa823

Browse files
committed
removed zo sim document path
1 parent 8ded5af commit a6fa823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Scripts/Document/ZOSimDocumentRoot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class ZOSimDocumentRoot : MonoBehaviour {
3636
/// The ZOSim JSON document path.
3737
/// </summary>
3838
/// <value></value>
39-
[SerializeField] public string _zoSimDocumentFilePath;
39+
private string _zoSimDocumentFilePath;
4040
public string ZOSimDocumentFilePath {
4141
get { return _zoSimDocumentFilePath; }
4242
set { _zoSimDocumentFilePath = value; }

0 commit comments

Comments
 (0)