module BattleRoyal::WeaponChest

Constants

WEAPONS

Public Class Methods

random() click to toggle source
# File lib/battle_royal/weapon_chest.rb, line 14
def self.random
  WEAPONS.sample
end