2022-01-26 00:43:27 -08:00

4 lines
106 B
C#

namespace QSB.ItemSync.WorldObjects.Items
{
internal class QSBSharedStone : QSBItem<SharedStone> { }
}