4 lines
124 B
C#
4 lines
124 B
C#
namespace DunGen
|
|
{
|
|
public delegate int GetPropCountDelegate(LocalPropSet propSet, RandomStream randomStream, Tile tile);
|
|
}
|