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

4 lines
103 B
C#

namespace DunGen
{
public delegate bool SocketConnectionDelegate(DoorwaySocket a, DoorwaySocket b);
}