This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
cock
/
cockClient2
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
cockClient2
/
Assets
/
TutorialInfo
/
Scripts
zhengchen
d47bebce5c
1
hai 1 ano
..
Editor
d47bebce5c
1
hai 1 ano
Editor.meta
d47bebce5c
1
hai 1 ano
Readme.cs
d47bebce5c
1
hai 1 ano
Readme.cs.meta
d47bebce5c
1
hai 1 ano
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;
}
}