Add CSGO constant
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Jun 2015 19:34:50 +0000 (22:34 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Jun 2015 19:40:35 +0000 (22:40 +0300)
lib/WWW/BackpackTF.pm

index 7f485d6900a3d6604759a0399cbd7fc8459dcbaf..af3511ff372aedc2dbce18c4faa481c2d0bedb5e 100644 (file)
@@ -10,6 +10,7 @@ our @EXPORT_OK = qw/TF2 DOTA2/;
 use constant +{
        TF2 => 440,
        DOTA2 => 570,
+       CSGO => 730,
        QUALITIES => [qw/Normal Genuine rarity2 Vintage rarity3 Unusual Unique Community Valve Self-Made Customized Strange Completed Haunted Collector's/],
 };
 
@@ -89,7 +90,7 @@ WWW::BackpackTF - interface to the backpack.tf trading service
 
 =head1 DESCRIPTION
 
-WWW::BackpackTF is an interface to the backpack.tf Team Fortress 2/Dota 2 trading service.
+WWW::BackpackTF is an interface to the backpack.tf Team Fortress 2/Dota 2/Counter-Strike: Global Offensive trading service.
 
 =head2 METHODS
 
@@ -139,6 +140,10 @@ Constant (440) representing Team Fortress 2.
 
 Constant (570) representing Dota 2.
 
+=item B<CSGO>
+
+Constant (730) representing Counter-Strike: Global Offensive
+
 =item B<NORMAL>
 
 The Normal item quality (0).
This page took 0.010709 seconds and 4 git commands to generate.