Archived
0

Simple bukkit-like event loop implementation

This commit is contained in:
Daniil
2018-07-25 20:30:49 +07:00
parent 1bd0e6aafe
commit 1456a8c1ee
8 changed files with 159 additions and 0 deletions

View File

@@ -5,3 +5,5 @@ include('flat_world')
include('vanilla_commands')
include('proto_1.12.2') // Protocol 1.12.2
include('proto_1.12.2_netty') // Protocol 1.12.2 (Netty impl.)
include('event-loop')