diff options
author | nshah25 <68348722+nshah25@users.noreply.github.com> | 2021-05-03 22:07:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 22:07:09 +0200 |
commit | 8be1dd54bb17b3ba3e20960aa3c3f696d09facf7 (patch) | |
tree | 334cf9a2c9f781816f8278c933d66a71bf5c7d88 /src/Registries | |
parent | Style: specify include relativity (#5217) (diff) | |
download | cuberite-8be1dd54bb17b3ba3e20960aa3c3f696d09facf7.tar cuberite-8be1dd54bb17b3ba3e20960aa3c3f696d09facf7.tar.gz cuberite-8be1dd54bb17b3ba3e20960aa3c3f696d09facf7.tar.bz2 cuberite-8be1dd54bb17b3ba3e20960aa3c3f696d09facf7.tar.lz cuberite-8be1dd54bb17b3ba3e20960aa3c3f696d09facf7.tar.xz cuberite-8be1dd54bb17b3ba3e20960aa3c3f696d09facf7.tar.zst cuberite-8be1dd54bb17b3ba3e20960aa3c3f696d09facf7.zip |
Diffstat (limited to 'src/Registries')
-rw-r--r-- | src/Registries/Statistics.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Registries/Statistics.h b/src/Registries/Statistics.h index 82aef5442..c0edba191 100644 --- a/src/Registries/Statistics.h +++ b/src/Registries/Statistics.h @@ -1,7 +1,10 @@ #pragma once -enum class Statistic +// tolua_begin +enum class CustomStatistic { + // tolua_end + /* Achievements */ AchOpenInventory, /* Taking Inventory */ AchMineWood, /* Getting Wood */ @@ -37,6 +40,8 @@ enum class Statistic AchBreedCow, /* Repopulation */ AchDiamondsToYou, /* Diamonds to you! */ + // tolua_begin + /* Statistics */ AnimalsBred, AviateOneCm, @@ -117,3 +122,4 @@ enum class Statistic JunkFished, TreasureFished, }; +// tolua_end |