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

6 lines
166 B
C#

using System.Collections.Generic;
namespace DunGen
{
public delegate void TileInjectionDelegate(RandomStream randomStream, ref List<InjectedTile> tilesToInject);
}