Re: Two City classes?
"Brian Duff" <[email protected]> Sun, 11 Nov 2001 00:49:53 -0000
| Newsgroups | gmane.games.freeciv.java |
|---|---|
| Message-ID | <[email protected]> |
Hi, There are a number of old implementations in the client package. I've been meaning to spring clean them for some time now. Basically, if there is a class representing something in org.freeciv.common, it's usually the right one. I may have some time tommorrow to tidy this up a bit. Brian -----Original Message----- From: freeciv-java-bounce-0/[email protected] [mailto:freeciv-java-bounce-0/[email protected]]On Behalf Of James R Sent: 10 November 2001 17:34 To: freeciv-java-0/[email protected] Subject: [FreeCiv-Java] Two City classes? Hello, there are 2 City classes, org.freeciv.common.City and org.freeciv.client.City. What are they for? Why are there two? Thanks.