mirror of
https://github.com/ConjureETS/Unity_Utils.git
synced 2026-03-24 04:50:58 +00:00
Missing gamedata for savesystem
This commit is contained in:
parent
abc67df2a2
commit
ddb92f7236
16
SaveSystem/GameData.cs
Normal file
16
SaveSystem/GameData.cs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
|
namespace SaveSystem
|
||||||
|
{
|
||||||
|
[Serializable]
|
||||||
|
public class GameData
|
||||||
|
{
|
||||||
|
|
||||||
|
//Add field for your data
|
||||||
|
|
||||||
|
public GameData()
|
||||||
|
{
|
||||||
|
//Initialize your data
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user