Skip to content
Snippets Groups Projects
PointWrapper.cs 92 B
using UnityEngine;

public class PointWrapper : MonoBehaviour
{
    public Fact point;
}