This website requires JavaScript.
Explore
Help
Sign in
TowerDefence
/
Server
Watch
6
Star
0
Fork
You've already forked Server
0
Code
Issues
Pull requests
2
Releases
8
Packages
1
Activity
Actions
934c75d6d9
Server
/
src
/
main
/
java
/
de
/
towerdefence
/
server
/
game
/
Tower.java
6 lines
100 B
Java
Raw
Normal View
History
Unescape
Escape
TD-5: Split up Match and Gamesession
2025-03-12 15:10:57 +01:00
package
de.towerdefence.server.game
;
Chore: Refactoring of Match Data Structure
2025-03-12 14:34:55 +01:00
public
class
Tower
{
public
static
final
int
COST
=
20
;
}
Copy permalink