chore: cleanup
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
namespace GodotHostTest.Interfaces;
|
||||
|
||||
/// <summary>
|
||||
/// An object that provides the information about a certain level.
|
||||
/// </summary>
|
||||
public interface ILevelDataProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Return the level data for a specific level.
|
||||
/// </summary>
|
||||
/// <param name="levelNumber">Level number.</param>
|
||||
/// <returns>The information about a certain level.</returns>
|
||||
public ILevel GetLevelData(int levelNumber);
|
||||
}
|
||||
Reference in New Issue
Block a user