7 lines
166 B
C#
7 lines
166 B
C#
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace DunGen
|
||
|
{
|
||
|
public delegate void TileInjectionDelegate(RandomStream randomStream, ref List<InjectedTile> tilesToInject);
|
||
|
}
|