Updated folder paths
This commit is contained in:
9
AuroraCradle/Src/Cursor/CursorObject.cs
Normal file
9
AuroraCradle/Src/Cursor/CursorObject.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Aurora.Cursor
|
||||
{
|
||||
public interface ICursorObject
|
||||
{
|
||||
string Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user