Skip to content
Snippets Groups Projects
Select Git revision
  • faf261b9a1c4dd821a4512d3b9e2d580adf411fd
  • master default
  • JS-based-scroll-rendering
  • Paul_Marius_Level
  • Paul_Marius_2
  • Paul_Marius
  • Andi_Mark
  • be-UnityWebView
  • gitignoreFrameitServer
  • ZimmerBSc
  • Bugfix_StageLoading
  • stages
  • MAZIFAU_Experimental
  • tsc/coneworld
  • tsc/fact-interaction
  • marcel
  • MaZiFAU_TopSort
  • mergeHelper
  • zwischenSpeichern
  • tempAndrToMaster
  • SebBranch
  • 3.0
  • v2.1
  • v2.0
  • v1.0
25 results

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