This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
ck
/
XiuXianGame
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
b96d40e8dc
Ramos
Etiquetas
GameFrameBasci
Google
Taptap
Taptap_iOS
master
XiuXianGame
/
Assets
/
TutorialInfo
/
Scripts
李桃
91dcf061d0
新建urp项目模版
há 10 meses atrás
..
Editor
91dcf061d0
新建urp项目模版
há 10 meses atrás
Editor.meta
91dcf061d0
新建urp项目模版
há 10 meses atrás
Readme.cs
91dcf061d0
新建urp项目模版
há 10 meses atrás
Readme.cs.meta
91dcf061d0
新建urp项目模版
há 10 meses atrás
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;
}
}