Added some basic Event API.
- Arena End - Join Arena - Leave Arena
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,11 +1,15 @@
|
||||
# Mac Filesystem.
|
||||
.DS_Store
|
||||
|
||||
# Other unneeded files.
|
||||
/bin
|
||||
/manifest.mf
|
||||
# Eclipse
|
||||
.classpath
|
||||
.settings.classpath
|
||||
.settings
|
||||
.project
|
||||
/target
|
||||
.settings/
|
||||
|
||||
# Intellij
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
|
||||
# Maven
|
||||
log/
|
||||
target/
|
||||
|
||||
*.gitignore
|
Reference in New Issue
Block a user