LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/DunGen/GetPropCountDelegate.cs
2023-12-22 18:30:10 -05:00

4 lines
124 B
C#

namespace DunGen
{
public delegate int GetPropCountDelegate(LocalPropSet propSet, RandomStream randomStream, Tile tile);
}