add ckg
plantilla base para movimiento básico
This commit is contained in:
10
Assets/Game Kit Controller/Scripts/Map/objectiveIconInfo.cs
Normal file
10
Assets/Game Kit Controller/Scripts/Map/objectiveIconInfo.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class objectiveIconInfo : MonoBehaviour
|
||||
{
|
||||
public GameObject onScreenIcon;
|
||||
public GameObject offScreenIcon;
|
||||
public Text iconText;
|
||||
}
|
||||
Reference in New Issue
Block a user