class Openra::Struct::Player
Public Instance Methods
team()
click to toggle source
# File lib/openra/struct/player.rb, line 25 def team attributes[:team] == '0' ? nil : attributes[:team] end
# File lib/openra/struct/player.rb, line 25 def team attributes[:team] == '0' ? nil : attributes[:team] end