This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
marcel.zickler
/
VRCycling
İzle
1
Yıldızla
0
Çatalla
2
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
74d56acc32
Dallar
Biçim İmleri
extensions/traffic-extension
master
VRCycling
/
Assets
/
TutorialInfo
/
Scripts
wwdmbvbb
a77c81a46d
unnity stuff
4 yıl önce
..
Editor
a77c81a46d
unnity stuff
4 yıl önce
Editor.meta
a77c81a46d
unnity stuff
4 yıl önce
Readme.cs
a77c81a46d
unnity stuff
4 yıl önce
Readme.cs.meta
a77c81a46d
unnity stuff
4 yıl önce
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;
}
}