Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UFrameIT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FrameIT
UFrameIT
ebbd3104f6795a71914e4a27788b3f08e42c4782
UFrameIT
Assets
Scripts
InventoryStuff
FactWrapper.cs
Find file
Normal view
Permalink
FactWrapper.cs
90 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
+Version Upgrade: 2020.3.14f1 +FactOrganizer: testet un-redo, Add
Marco Zimmer
committed
3 years ago
1
using
UnityEngine
;
added Relation between Items and ItemsGUI, Magic button can now potentially do Magic
Benjamin Bösl
committed
5 years ago
2
3
4
public
class
FactWrapper
:
MonoBehaviour
{
adapted inventory stuff, to use global fact-management-system (fms)
Benjamin Bösl
committed
5 years ago
5
public
Fact
fact
;
added Relation between Items and ItemsGUI, Magic button can now potentially do Magic
Benjamin Bösl
committed
5 years ago
6
}