1
This commit is contained in:
9
Core/Description/IDescription.cs
Normal file
9
Core/Description/IDescription.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
namespace BITKit
|
||||
{
|
||||
public interface IDescription
|
||||
{
|
||||
public string Name { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user