Skip to content

Commit

Permalink
Made Entity more generic on client and added new StagedMatch API for …
Browse files Browse the repository at this point in the history
…tutorials
  • Loading branch information
ecp4224 committed Feb 12, 2017
1 parent b899b92 commit b053cd2
Show file tree
Hide file tree
Showing 49 changed files with 1,013 additions and 694 deletions.
2 changes: 1 addition & 1 deletion client/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin'

description = """Ghost Game Client Core"""

sourceCompatibility = 1.7
sourceCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

sourceSets.main.java.srcDirs = [ "src/" ]
Expand Down
Loading

0 comments on commit b053cd2

Please sign in to comment.