Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
was no reason to remove that
Browse files Browse the repository at this point in the history
  • Loading branch information
pawnishoovy committed Nov 26, 2023
1 parent 891bf1b commit 5e12714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lua/LuaBindingsEntities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,8 @@ namespace RTE {
.def("GetGoldValue", &SceneObject::GetGoldValue)
.def("SetGoldValue", &SceneObject::SetGoldValue)
.def("GetGoldValueString", &SceneObject::GetGoldValueString)


.def("GetTotalValue", &SceneObject::GetTotalValue)
.def("GetTotalValue", &LuaAdaptersSceneObject::GetTotalValue)

.enum_("BuyableMode")[
Expand Down

0 comments on commit 5e12714

Please sign in to comment.