Skip to content
Snippets Groups Projects
Select Git revision
  • 535757d7e4b60cf1f1c79f54b0f4036c9bf67a5b
  • main default
  • master
  • tempAndrToMaster
4 results

ToolModeText.cs

Blame
  • FactObject.cs 251 B
    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    
    public class FactObject : MonoBehaviour
    {
        //object that can represent arbitrary facts
        //used to access entry in global Fact Collection 
        public int Id;
      
    }