Small asset clean-up
This commit is contained in:
20
Assets/Scripts/KeyIDManager.cs
Normal file
20
Assets/Scripts/KeyIDManager.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
public class KeyIDManager : MonoBehaviour
|
||||
{
|
||||
public int KeyID;
|
||||
|
||||
void Start()
|
||||
{
|
||||
System.Random KeyID = new System.Random();
|
||||
KeyID.Next(0,9);
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/KeyIDManager.cs.meta
Normal file
2
Assets/Scripts/KeyIDManager.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4aa26e9ef84d88c4ebc0a9b29ac62e02
|
||||
Reference in New Issue
Block a user