Added constants for items

This commit is contained in:
2024-12-12 18:53:08 -05:00
parent cb48af9e9d
commit 8e0809cb1c

10
src/MpConstants.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef MP_CONSTANTS_H
#define MP_CONSTANTS_H
namespace MpConstants {
constexpr int ANCIENT_DICE = 911000;
constexpr int DARK_SPIKE = 911001;
}
#endif