This repository has been archived on 2025-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
ADEPT/ADEPT-Godot/Core/Scripts/Lesson/Page.cs

6 lines
64 B
C#

namespace ADEPT.Core.Lesson;
public class Page : IPage
{
}