Import
temp
This commit is contained in:
parent
a87f0ed109
commit
a17810ffeb
114 changed files with 5184 additions and 5 deletions
16
Assets/otherTeam/OtherScripts/UI Scripts/Coin Manager.cs
Executable file
16
Assets/otherTeam/OtherScripts/UI Scripts/Coin Manager.cs
Executable file
|
@ -0,0 +1,16 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class CoinManager : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue