anodyne/AIR/intra/hsrc/awerwer/com/amanitadesign/steam/SteamConstants.hx

21 lines
700 B
Haxe
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* SteamConstants.as
* This file is part of FRESteamWorks.
*
* Created by David ´Oldes´ Oliva on 3/29/12.
* Contributors:Ventero<http://github.com/Ventero>
* Copyright(c)2012 Amanita Design. All rights reserved.
* Copyright(c)2012-2013 Level Up Labs, LLC. All rights reserved.
*/
package com.amanitadesign.steam;
class SteamConstants
{
public static inline var RESPONSE_OK:Int=0;
public static inline var RESPONSE_FAILED:Int=1;
public static inline var RESPONSE_OnUserStatsReceived:Int=0;
public static inline var RESPONSE_OnUserStatsStored:Int=1;
public static inline var RESPONSE_OnAchievementStored:Int=2;
public static inline var RESPONSE_OnGameOverlayActivated:Int=3;
}