Skip to content

Commit f1d22db

Browse files
committed
docs(SaveLoad): Update variables info
1 parent f2e297d commit f1d22db

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Assets/JCSUnity/Scripts/SaveLoad/JCS_AppData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

docs/ScriptReference/SaveLoad/JCS_AppData.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
Base 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. |

0 commit comments

Comments
 (0)