This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
marcel.zickler
/
VRCycling
Suivre
1
Voter
0
Fork
2
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
74d56acc32
Branches
Tags
extensions/traffic-extension
master
VRCycling
/
Assets
/
TutorialInfo
/
Scripts
wwdmbvbb
a77c81a46d
unnity stuff
il y a 4 ans
..
Editor
a77c81a46d
unnity stuff
il y a 4 ans
Editor.meta
a77c81a46d
unnity stuff
il y a 4 ans
Readme.cs
a77c81a46d
unnity stuff
il y a 4 ans
Readme.cs.meta
a77c81a46d
unnity stuff
il y a 4 ans
Readme.cs
using System;
using UnityEngine;
public class Readme : ScriptableObject {
public Texture2D icon;
public string title;
public Section[] sections;
public bool loadedLayout;
[Serializable]
public class Section {
public string heading, text, linkText, url;
}
}