frame-of-mind/src/dev-util/steam.gd

14 lines
264 B
GDScript3
Raw Normal View History

2025-09-25 13:55:00 +00:00
extends Node
func steamInitEx() -> Dictionary: return {"status": -1}
func steamShutdown(): pass
func setAchievement(_ach_name: String): pass
func storeStats(): pass
func isSteamRunningOnSteamDeck() -> bool: return false
func resetAllStats(_flag: bool): pass