File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Assets/JCSUnity/Scripts/SaveLoad
docs/ScriptReference/SaveLoad Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ protected void InitFile()
6060 }
6161
6262 /// <summary>
63- /// Return true if data is initialized.
63+ /// Return true if the data is initialized and ready to use .
6464 /// </summary>
6565 public bool Initialized ( )
6666 {
@@ -74,7 +74,7 @@ public bool Initialized()
7474 public abstract void Save < T > ( string fullFilePath ) ;
7575
7676 /// <summary>
77- /// Get complete save data path.
77+ /// Return the complete saved data path.
7878 /// </summary>
7979 public static string SavePath ( )
8080 {
Original file line number Diff line number Diff line change 22
33Base application data structure.
44
5+ ## Variables
6+
7+ | Name | Description |
8+ | :----------| :---------------------------|
9+ | Copyright | The copyright information. |
10+ | Version | The resource version. |
11+
512## Functions
613
7- | Name | Description |
8- | :------------| :------------------------------------|
9- | Initialized | Return true if data is initialized. |
10- | SavePath | Get complete save data path. |
14+ | Name | Description |
15+ | :------------| :--------------------------------------------------------- |
16+ | Initialized | Return true if the data is initialized and ready to use . |
17+ | SavePath | Return the complete saved data path. |
You can’t perform that action at this time.
0 commit comments