Compare commits

...

2 Commits

Author SHA1 Message Date
MagicBot 0d744d900c MB Dev note added 2024-04-26 15:12:53 -04:00
MagicBot 9a8e0bd5c9 Comment cleanup 2024-04-26 15:10:49 -04:00
+6 -5
View File
@@ -18,11 +18,12 @@ import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.HashMap;
/* @Summary - Blueprint class is used for determining
characteristics of instanced player owned
structures such as available slots, upgrade
cost/time and the target window symbol icon.
*/
// 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 the data.
public class Blueprint {
public final static Vector2f IrikieForgeExtents = new Vector2f(32, 32);