Class: VaultCoh::Team

Inherits:
Object
  • Object
show all
Defined in:
lib/vault_coh/team.rb

Overview

Identifiers for a player’s team membership.

Constant Summary collapse

FIRST =
0
SECOND =
1

Instance Method Summary collapse

Instance Method Details

#valueFIRST|SECOND

Integer representation of the assigned team.



14
# File 'lib/vault_coh/team.rb', line 14

def value; end