author | Xeli |
Tue, 09 Aug 2011 20:56:18 +0200 | |
branch | hedgeroid |
changeset 5512 | e4cbfa6c1a6d |
parent 5463 | 83c53a80f7ff |
child 5621 | ea796c83ea47 |
permissions | -rw-r--r-- |
5463
83c53a80f7ff
datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff
changeset
|
1 |
package org.hedgewars.mobile.EngineProtocol; |
83c53a80f7ff
datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff
changeset
|
2 |
|
83c53a80f7ff
datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff
changeset
|
3 |
public enum GameMode { |
83c53a80f7ff
datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff
changeset
|
4 |
MODE_LOCAL, MODE_DEMO, MODE_NET, MODE_SAVE |
83c53a80f7ff
datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff
changeset
|
5 |
} |