Browse Source

MB Dev note added

combat-2
MagicBot 7 months ago
parent
commit
0d744d900c
  1. 5
      src/engine/objects/Blueprint.java

5
src/engine/objects/Blueprint.java

@ -20,10 +20,9 @@ import java.util.HashMap; @@ -20,10 +20,9 @@ import java.util.HashMap;
// MB Dev Notes:
// This class is the building equivalent of an itemTemplate;
// with helper methods to place, slot and rank buildings.
//
// DB table static_building_blueprint contains all the data
// required for ranking and planting player buildings from
// a contract.
// DB table static_building_blueprint contains the data.
public class Blueprint {

Loading…
Cancel
Save