integration
bad other team code on another branch
This commit is contained in:
parent
7925fd966a
commit
521a62973a
278 changed files with 11344 additions and 0 deletions
16
Assets/UI Scripts/Coin Manager.cs
Executable file
16
Assets/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