[Editor] Create :api module which provides a common classes for both :game module and user project's Java code developed with :editor

This commit is contained in:
2021-02-26 09:32:57 +01:00
parent ede2441ae4
commit d6177e40cb
7 changed files with 73 additions and 4 deletions

View File

@@ -12,4 +12,5 @@ include('engine')
include('game')
include('editor')
include('proto')
include('api')