Cleanup the block HP and material setup

This commit is contained in:
Michal Pikulski
2025-12-16 19:16:57 +01:00
parent a2eb27f8f3
commit bd4c365d98
7 changed files with 10 additions and 142 deletions

View File

@@ -21,25 +21,6 @@
GameOver
}
/// <summary>
/// Material types for fort blocks
/// </summary>
public enum BlockMaterial
{
Cardboard,
Metal,
Glass
}
/// <summary>
/// Size categories for fort blocks
/// </summary>
public enum BlockSize
{
Small,
Medium,
Large
}
/// <summary>
/// Types of projectiles available