aurora/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
{
}
}