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

SmartMenu.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;
      
    }