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/PageContext.cs

7 lines
79 B
C#

namespace ADEPT.Core.Lesson;
public enum PageContext
{
TwoD,
ThreeD,
}