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

7 lines
105 B
C#

namespace DunGen
{
public interface IKeySpawnable
{
void SpawnKey(Key key, KeyManager manager);
}
}