This repository has been archived on 2021-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-cradle-sharp/AuroraCradle/Src/Augments/Party.cs

10 lines
119 B
C#
Raw Normal View History

2021-03-05 16:56:51 +00:00
using Aurora.Cursor;
namespace Aurora.Services.Signal
{
public partial class Party : ICursorObject
{
}
}