1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-19 21:40:18 +00:00

3 lines
103 B
C#
Raw Normal View History

2022-03-02 19:46:33 -08:00
namespace QSB.ItemSync.WorldObjects.Items;
internal class QSBSharedStone : QSBItem<SharedStone> { }