mirror of
https://github.com/araxiaonline/mod-mythic-plus.git
synced 2026-06-13 03:02:24 -04:00
Added constants for items
This commit is contained in:
10
src/MpConstants.h
Normal file
10
src/MpConstants.h
Normal 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
|
||||
Reference in New Issue
Block a user