mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 13:35:32 +02:00
rebind store_stats
This commit is contained in:
parent
acac7b73d4
commit
ab724c762f
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ void CUSLBindingInit() {
|
|||
_rb_define_module_function(mSteamLite, "get_stat_f", CUSLGetStatF);
|
||||
_rb_define_module_function(mSteamLite, "set_stat", CUSLSetStat);
|
||||
|
||||
_rb_define_module_function(mSteamLite, "store_stats", CUSLStoreStats);
|
||||
|
||||
_rb_define_module_function(mSteamLite, "get_achievement", CUSLGetAchievement);
|
||||
_rb_define_module_function(mSteamLite, "set_achievement", CUSLSetAchievement);
|
||||
_rb_define_module_function(mSteamLite, "clear_achievement",
|
||||
|
|
Loading…
Add table
Reference in a new issue