Migrating cradle server

This commit is contained in:
Brandon Watson
2021-03-05 23:13:57 -05:00
parent 8d3efc00fa
commit b7578de226
23 changed files with 0 additions and 19 deletions

View File

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