Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am whoisdylan on github.
  • I am dylank (https://keybase.io/dylank) on keybase.
  • I have a public key whose fingerprint is CE1B 754E 8D83 4366 31E3 7832 1513 AFAB 6C72 C8EB

To claim this, I am signing this object:

class Entity {
let dragger: Draggable?
let sender: Sendable<T>?
func sendData(toPeer peer: MCPeerID) {
let dataToSend = sender.data.toArchive
multipeerconnectivity.send(dataToSend, peer)
}
}