mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-29 19:44:49 +02:00
rebind store_stats
This commit is contained in:
parent
4b4d600433
commit
75d9bb5f19
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