MB Dev note added

This commit is contained in:
2024-04-26 15:12:53 -04:00
parent 9a8e0bd5c9
commit 0d744d900c
+2 -3
View File
@@ -20,10 +20,9 @@ import java.util.HashMap;
// MB Dev Notes: // MB Dev Notes:
// This class is the building equivalent of an itemTemplate; // 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 // DB table static_building_blueprint contains the data.
// required for ranking and planting player buildings from
// a contract.
public class Blueprint { public class Blueprint {