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

4 lines
122 B
C#

namespace DunGen
{
public delegate void GenerationStatusDelegate(DungeonGenerator generator, GenerationStatus status);
}