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

FactWrapper.cs

Blame
  • FactWrapper.cs 150 B
    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    
    public class FactWrapper : MonoBehaviour
    {
        public Fact fact;
    }