2022-03-02 19:46:33 -08:00

3 lines
103 B
C#

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