8 lines
96 B
C#
8 lines
96 B
C#
namespace Assets.Scripts
|
|
{
|
|
public interface IDoor
|
|
{
|
|
void OpenDoor();
|
|
}
|
|
}
|