This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
GHzGlass
/
TestURP
Obserwuj
4
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
d13c86330d
Gałęzie
Tagi
master
TestURP
/
Assets
/
TutorialInfo
/
Scripts
胡佳骏
ae40c72ecc
1
1 rok temu
..
Editor
ae40c72ecc
1
1 rok temu
Editor.meta
ae40c72ecc
1
1 rok temu
Readme.cs
ae40c72ecc
1
1 rok temu
Readme.cs.meta
ae40c72ecc
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;
}
}