|
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
|