This commit is contained in:
Brandon Watson
2021-03-05 11:56:51 -05:00
parent 91d0a55d5e
commit b61ffde4c9
11 changed files with 234 additions and 140 deletions

View File

@ -0,0 +1,9 @@
using Aurora.Cursor;
namespace Aurora.Services.Signal
{
public partial class Party : ICursorObject
{
}
}