10 lines
100 B
C#
10 lines
100 B
C#
|
|
namespace Beyond
|
|
{
|
|
|
|
public interface IScannable
|
|
{
|
|
public void OnScanned();
|
|
}
|
|
}
|