This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
cock
/
cockClient2
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
cockClient2
/
Assets
/
TutorialInfo
/
Scripts
zhengchen
d47bebce5c
1
1 rok temu
..
Editor
d47bebce5c
1
1 rok temu
Editor.meta
d47bebce5c
1
1 rok temu
Readme.cs
d47bebce5c
1
1 rok temu
Readme.cs.meta
d47bebce5c
1
1 rok temu
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;
}
}