Skip to content

Commit 64f93c4

Browse files
committed
#71 Register MicroTxn interface
1 parent ccdd430 commit 64f93c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

steamworks/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from steamworks.interfaces.userstats import SteamUserStats
3030
from steamworks.interfaces.utils import SteamUtils
3131
from steamworks.interfaces.workshop import SteamWorkshop
32+
from steamworks.interfaces.microtxn import SteamMicroTxn
3233

3334
os.environ['LD_LIBRARY_PATH'] = os.getcwd()
3435

@@ -130,6 +131,7 @@ def _reload_steamworks_interfaces(self) -> None:
130131
self.UserStats = SteamUserStats(self)
131132
self.Utils = SteamUtils(self)
132133
self.Workshop = SteamWorkshop(self)
134+
self.MicroTxn = SteamMicroTxn(self)
133135

134136

135137
def initialize(self) -> bool:

0 commit comments

Comments
 (0)