9 lines
206 B
C#
9 lines
206 B
C#
using UnityEngine;
|
|
|
|
namespace Util
|
|
{
|
|
public class Marker : MonoBehaviour
|
|
{
|
|
//this script doesn't do anything else than allow for getcomponentsinchildren to find a targeted feature
|
|
}
|
|
} |