Initial. Added files
This commit is contained in:
9
Assets/Scripts/Misc/Statistics.cs
Executable file
9
Assets/Scripts/Misc/Statistics.cs
Executable file
@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Statistics : MonoBehaviour
|
||||
{
|
||||
private void Start()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user