4 lines
106 B
C#
Raw Normal View History

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