forked from MagicBane/Server
added barracks list to city object
This commit is contained in:
@@ -91,6 +91,7 @@ public class City extends AbstractWorldObject {
|
||||
|
||||
public volatile boolean protectionEnforced = true;
|
||||
private String hash;
|
||||
public ArrayList<Building>cityBarracks;
|
||||
|
||||
/**
|
||||
* ResultSet Constructor
|
||||
|
||||
Reference in New Issue
Block a user