7 lines
104 B
C#
7 lines
104 B
C#
namespace Beyond
|
|
{
|
|
public interface IGuidable
|
|
{
|
|
public System.Guid GetGuid();
|
|
}
|
|
} |