ES3SerializableSettings

Discussion and help for Easy Save 3
Post Reply
xuzhuoxi
Posts: 6
Joined: Wed Aug 04, 2021 10:09 am

ES3SerializableSettings

Post by xuzhuoxi »

The Code(File:ES3Settings.cs,Line:372):

public ES3SerializableSettings(string path, ES3.Location location) : base(false) { this.location = location; }

Why the parameter "path" should be ignored?

ES3 Version: 3.3.2f6 (Current) - released on July 14, 2021
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: ES3SerializableSettings

Post by Joel »

Hi there,

ES3SerializableSettings is only used internally and should not be used or modified.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
xuzhuoxi
Posts: 6
Joined: Wed Aug 04, 2021 10:09 am

Re: ES3SerializableSettings

Post by xuzhuoxi »

Oh I see. Thanks.
Post Reply