2022-02-25 23:18:46 -08:00

3 lines
103 B
C#

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