Skip to content

Commit

Permalink
Added server implementation skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Sep 11, 2018
1 parent ef24d55 commit 72b51ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/server/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Implementing a server type
========================

Server types are the underlying implementation for DynamicGui to share a partial codebase. Wrapper classes
are written to handle shared code such as Gui, Slot and Function. Events are to be fired off in their
native implementation and then handled by Trident listeners.

Player Wrapper
==============



Inventory Manager
=================



ItemStack Manager
=================



Events
======

0 comments on commit 72b51ba

Please sign in to comment.