BulletModelManagerクラスの作成とPlayerクラスの修正.
BulletModelManagerクラスの作成と関連する部分の修正. Player#setCharacterID(String)において, 渡されたID文字列の両端にダブルクォーテーションが入り込んでいた場合にそれらを取り除く処理を仮に追加. |
---|
|
src/main/java/cactusServer/entities/Bullet.java |
---|
src/main/java/cactusServer/entities/Player.java |
---|
src/main/java/cactusServer/models/BulletModelManager.java 0 → 100644 |
---|
src/main/java/cactusServer/utils/App.java |
---|