-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform-constants.inc.php
58 lines (58 loc) · 1.19 KB
/
platform-constants.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
abstract class PlayPlatform
{
const Facebook = 0;
const Kabam = 1;
const iOS = 2;
const Google = 3;
const Android = 4;
const KabamGuest = 5;
const Viximo = 6;
const Plinga = 7;
const Tuenti = 8;
const Orkut = 9;
const Naszaklasa = 10;
const Gaia = 11;
const Yahoo = 12;
const MyYearbook = 13;
const Friendster = 14;
const Vznet = 15;
const Spielwiese = 16;
const Odnoklassniki = 17;
const Bebo = 18;
const Cafemom = 19;
const Lokalisten = 20;
const Quepasa = 21;
const Schuelervz = 22;
const Studivz = 23;
const Zoogr = 24;
const Netlog = 25;
const Badoo = 26;
const Skyrock = 27;
const FriendsReunited = 28;
const Trombi = 29;
const Hyves = 30;
const Werkenntwen = 31;
const Iwiwhu = 32;
const Kwick = 33;
const Vkontakte = 34;
const Mailru = 35;
const Kongregate = 36;
const Jeuxfr = 37;
const Spelletjesnl = 38;
const Jetztspielende = 39;
const Grypl = 40;
const Gamesgamescom = 41;
const Giociit = 42;
const Jeufr = 43;
const Spelnl = 44;
const Spielencom = 45;
const Agamecom = 46;
const Spil = 47;
const Steam = 48;
const Rotmg = 49;
const Mobage = 50;
const GoogleApp = 51;
const AmazonApp = 52;
};
?>