Resolve WES-117 "Persistent data handling"
This commit is contained in:
12
Assets/SystemArchitecture/Scripts/Score.cs
Normal file
12
Assets/SystemArchitecture/Scripts/Score.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
/// <summary>
|
||||
/// Score class
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class Score
|
||||
{
|
||||
public int scoreValue;
|
||||
public string time;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user