using UnityEngine; public class Fact { public int Id; public GameObject Representation; } public class PointFact : Fact { public Vector3 Point; }