Methapolis
0.27
Main Page
Packages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerator
CityProblem.java
Go to the documentation of this file.
1
// This file is part of MicropolisJ.
2
// Copyright (C) 2013 Jason Long
3
// Portions Copyright (C) 1989-2007 Electronic Arts Inc.
4
//
5
// MicropolisJ is free software; you can redistribute it and/or modify
6
// it under the terms of the GNU GPLv3, with additional terms.
7
// See the README file, included in this distribution, for details.
8
9
package
micropolisj.engine;
10
11
import
java.io.Serializable;
12
16
public
enum
CityProblem
implements Serializable
17
{
18
CRIME
,
19
POLLUTION
,
20
HOUSING
,
21
TAXES
,
22
TRAFFIC
,
23
UNEMPLOYMENT
,
24
FIRE
;
25
}
src
micropolisj
engine
CityProblem.java
Generated on Thu Mar 27 2014 18:07:30 for Methapolis by
1.8.1.2