This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
warlock
/
lsh4
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
312b563c1a
Branches
Tags
main
lsh4
/
Assets
/
TutorialInfo
/
Scripts
Nim-XD
2ce1d098b6
initial commit
il y a 4 semaines
..
Editor
2ce1d098b6
initial commit
il y a 4 semaines
Editor.meta
2ce1d098b6
initial commit
il y a 4 semaines
Readme.cs
2ce1d098b6
initial commit
il y a 4 semaines
Readme.cs.meta
2ce1d098b6
initial commit
il y a 4 semaines
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;
}
}