Skip to content
#

experimental

Here are 926 public repositories matching this topic...

thismypc

ThisMyPC provides a neat web interface that can be used for browsing your desktop drives from any device in your browser itself. With the help of NodeJs, the file details are displayed in JSON format that can then we easily displayed in web browsers.

  • Updated Aug 26, 2020
  • JavaScript
Eastrall
Eastrall commented Jul 6, 2020

All handlers are written as followed:

[HandlerAction(PacketType.MOVEITEM)]
public void OnMoveItem(IWorldServerClient serverClient, MoveItemPacket packet)
{
    _inventorySystem.MoveItem(serverClient.Player, packet.SourceSlot, packet.DestinationSlot);
}

Most of the time, in handlers, we use the serverClient.Player property. I think it might be better to pass directly a `IPla

Improve this page

Add a description, image, and links to the experimental topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the experimental topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.