This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
cock
/
cockClient2
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
cockClient2
/
Assets
/
TutorialInfo
/
Scripts
zhengchen
d47bebce5c
1
há 1 ano atrás
..
Editor
d47bebce5c
1
há 1 ano atrás
Editor.meta
d47bebce5c
1
há 1 ano atrás
Readme.cs
d47bebce5c
1
há 1 ano atrás
Readme.cs.meta
d47bebce5c
1
há 1 ano 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;
}
}