Creating classes and interfaces, defining project structure
This commit is contained in:
6
ADEPT-Godot/Core/Scripts/Lesson/BasePageComponent.cs
Normal file
6
ADEPT-Godot/Core/Scripts/Lesson/BasePageComponent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace ADEPT.Core.Lesson;
|
||||
|
||||
public class BasePageComponent : IPageComponent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user