2023-07-28 19:30:57 +01:00

3 lines
101 B
C#

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