# File lib/nanite/packets.rb, line 355
    def initialize(size = nil, target = nil)
      @size = size
      @target = target
    end