value property
int
get
value
Implementation
int get value {
switch (this) {
case PlayerScope.global:
return 0;
case PlayerScope.friendsOnly:
return Device.isPlatformAndroid ? 3 : 1;
}
}