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/Interfaces/IPageComponent.cs

7 lines
104 B
C#

namespace ADEPT.Core.Interfaces;
public interface IPageComponent
{
public void Initialize();
}