Changeset a10d422 in lost-perception for main/Enemy.java


Ignore:
Timestamp:
Jun 4, 2020, 4:15:10 PM (4 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
57674f3
Parents:
5d846bb
Message:

Create a working makefile target for MapEditor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/Enemy.java

    r5d846bb ra10d422  
    88import java.awt.Point;
    99
    10 public class Enemy extends Creature
    11 {
     10public class Enemy extends Creature {
    1211    int xpReward;
    1312    Point patrolTarget;
Note: See TracChangeset for help on using the changeset viewer.