Changeset 0870468 in lost-haven for main/Structure.java


Ignore:
Timestamp:
Jun 4, 2020, 6:22:36 PM (4 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
155577b
Parents:
a5b4186
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (06/04/20 16:31:36)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (06/04/20 18:22:36)
Message:

Move all global classes into the main package

File:
1 moved

Legend:

Unmodified
Added
Removed
  • main/Structure.java

    ra5b4186 r0870468  
     1package main;
     2
    13import java.awt.image.*;
    24
    3 
    45public class Structure extends MapElement {
    5 private StructureType type;
     6        private StructureType type;
    67       
    78        public Structure(StructureType type, BufferedImage img, boolean passable) {
Note: See TracChangeset for help on using the changeset viewer.