7 lines
105 B
C#
7 lines
105 B
C#
namespace DunGen
|
|
{
|
|
public interface IKeySpawnable
|
|
{
|
|
void SpawnKey(Key key, KeyManager manager);
|
|
}
|
|
}
|