Method: LibSL::KillObjectPacket#build_structure
- Defined in:
- lib/_packets.rb
#build_structure ⇒ Object
3589 3590 3591 3592 3593 3594 3595 |
# File 'lib/_packets.rb', line 3589 def build_structure() @blocks = [ [:ObjectData, VariableBlockCollection.new([ [:ID, :LLU32] ])] ] end |