This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
zhangwenjie
/
FSC
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
748f849557
Dallar
Biçim İmleri
develop
zwj/master
FSC
/
Assets
/
TutorialInfo
/
Scripts
zhangwenjie
3f6fb43f23
feat: 上传工程
1 yıl önce
..
Editor
3f6fb43f23
feat: 上传工程
1 yıl önce
Editor.meta
3f6fb43f23
feat: 上传工程
1 yıl önce
Readme.cs
3f6fb43f23
feat: 上传工程
1 yıl önce
Readme.cs.meta
3f6fb43f23
feat: 上传工程
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;
}
}