dice selection working
This commit is contained in:
11
Assets/Scripts/Test.cs
Normal file
11
Assets/Scripts/Test.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Test : MonoBehaviour
|
||||
{
|
||||
public void testPass() {
|
||||
Debug.Log("Passhthrough test: " + FindObjectOfType<Dice>().getDices()[0]);
|
||||
Debug.Log("Passhthrough test: " + FindObjectOfType<Dice>().getDices()[1]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user