diff options
author | Timothée Floure | 2016-05-09 13:46:36 +0200 |
---|---|---|
committer | Timothée Floure | 2016-05-09 13:46:36 +0200 |
commit | e50e68d0523ece7cdf772b12904a6c0dafa2ec4a (patch) | |
tree | aab772188e6de4b471a9370bd834879101bd9819 /test | |
parent | 8e190958bfe7604ca9e444702d466972a4f192da (diff) | |
download | xblast-e50e68d0523ece7cdf772b12904a6c0dafa2ec4a.tar.gz |
PlayerAction Enum and rename RandomSimulation to ConsoleSimulation
Diffstat (limited to 'test')
-rw-r--r-- | test/ch/epfl/xblast/simulation/ConsoleSimulation.java (renamed from test/ch/epfl/xblast/simulation/RandomSimulation.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ch/epfl/xblast/simulation/RandomSimulation.java b/test/ch/epfl/xblast/simulation/ConsoleSimulation.java index 3888650..35c0eb8 100644 --- a/test/ch/epfl/xblast/simulation/RandomSimulation.java +++ b/test/ch/epfl/xblast/simulation/ConsoleSimulation.java | |||
@@ -17,7 +17,7 @@ import java.util.List; | |||
17 | * | 17 | * |
18 | * @author Pacien TRAN-GIRARD (261948) | 18 | * @author Pacien TRAN-GIRARD (261948) |
19 | */ | 19 | */ |
20 | public class RandomSimulation { | 20 | public class ConsoleSimulation { |
21 | 21 | ||
22 | private static final long DISPLAY_DELAY = 50; // in milliseconds | 22 | private static final long DISPLAY_DELAY = 50; // in milliseconds |
23 | 23 | ||