Updated folder paths

This commit is contained in:
Brandon Watson
2021-03-05 16:50:54 -05:00
parent 4a4cef8dd7
commit 6f73df0fb7
18 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
using System.Collections.Generic;
namespace Aurora.Cursor
{
public interface ICursorObject
{
string Id { get; set; }
}
}