Method: Api::ActionSelectArmy#initialize
- Defined in:
- lib/sc2ai/protocol/ui_pb.rb
#initialize(selection_add: nil) ⇒ ActionSelectArmy
END writers for optional fields
10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 |
# File 'lib/sc2ai/protocol/ui_pb.rb', line 10544 def initialize(selection_add: nil) @_bitmask = 0 if selection_add == nil @selection_add = false else @_bitmask |= 0x0000000000000001 @selection_add = selection_add end end |