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