This shows you the differences between two versions of the page.
pjv:laboratoare:2023:10 [2023/12/11 15:20] alexandru.gradinaru |
pjv:laboratoare:2023:10 [2024/10/07 10:49] (current) alexandru.gradinaru |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Sisteme de gestiune a datelor ===== | + | ===== 10. Sisteme de gestiune a datelor ===== |
==== Cerinte ===== | ==== Cerinte ===== | ||
Line 118: | Line 118: | ||
... | ... | ||
- | public static string dataFilePath = Path.Combine(Application.persistentDataPath, "SaveGameData.json"); | + | private static string dataFilePath = Path.Combine(Application.persistentDataPath, "SaveGameData.json"); |
public void SaveGame() | public void SaveGame() | ||
{ | { |