This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
cock
/
cockClient2
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
master
Dallar
Biçim İmleri
master
cockClient2
/
Assets
/
TutorialInfo
/
Scripts
zhengchen
d47bebce5c
1
1 yıl önce
..
Editor
d47bebce5c
1
1 yıl önce
Editor.meta
d47bebce5c
1
1 yıl önce
Readme.cs
d47bebce5c
1
1 yıl önce
Readme.cs.meta
d47bebce5c
1
1 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;
}
}