Reorganizing Project Folder Structure

This commit is contained in:
Matt F 2026-04-23 21:24:23 -07:00
parent d06a5e3d75
commit 048e618f1e
94 changed files with 701 additions and 7 deletions

View file

@ -1,20 +0,0 @@
using System;
using UnityEngine;
using UnityEngine.UIElements;
public class Readme : ScriptableObject
{
public StyleSheet commonStyle;
public StyleSheet darkStyle;
public StyleSheet lightStyle;
public Texture2D icon;
public string title;
public Section[] sections;
public bool loadedLayout;
[Serializable]
public class Section
{
public string heading, text, linkText, url;
}
}