This website works better with JavaScript
Home
Verkennen
Help
Inloggen
ovadi240
/
GAMEN3_ExamProject_DiegoOvalle_B2GP
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
c375d15e23
Aftakkingen
Labels
FinalVersion
master
GAMEN3_ExamProj...
/
Assets
/
TutorialInfo
/
Scripts
Diego Ovalle
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
2 maanden geleden
..
Editor
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
2 maanden geleden
Editor.meta
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
2 maanden geleden
Readme.cs
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
2 maanden geleden
Readme.cs.meta
ce0ef81ec0
Initial commit: Unity Project structure and .gitignore
2 maanden geleden
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;
}
}