BulletModelManagerクラスの作成とPlayerクラスの修正.
BulletModelManagerクラスの作成と関連する部分の修正.

Player#setCharacterID(String)において,
渡されたID文字列の両端にダブルクォーテーションが入り込んでいた場合にそれらを取り除く処理を仮に追加.
1 parent 3b29f95 commit e7bf941b2b1862cf40f34663e837e0bbc6ff8f08
r-isitani authored on 11 Oct 2018
Showing 4 changed files
View
src/main/java/cactusServer/entities/Bullet.java
View
src/main/java/cactusServer/entities/Player.java
View
src/main/java/cactusServer/models/BulletModelManager.java 0 → 100644
View
src/main/java/cactusServer/utils/App.java