mirror of
https://github.com/ConjureETS/DeathBook.git
synced 2026-03-24 12:30:59 +00:00
11 lines
165 B
C#
11 lines
165 B
C#
using System.Collections.Generic;
|
|
|
|
public class LevelGenerator
|
|
{
|
|
public Level generateLevel(/*put stuff here*/)
|
|
{
|
|
//and here...
|
|
return null;
|
|
}
|
|
}
|