(Feat) Add Build
This commit is contained in:
@@ -8,8 +8,8 @@ namespace Ashwild.UI
|
||||
/// One resource line of a build's cost, shown near the crosshair while placing: an icon plus an
|
||||
/// "owned / required" count (e.g. 2/3). A pure, data-agnostic view — it is handed an icon, the two
|
||||
/// numbers and an "affordable" flag and renders exactly that (tinting the count to signal a
|
||||
/// shortfall), never resolving any domain data itself. CrosshairManager instantiates one of these
|
||||
/// per cost line into its holder.
|
||||
/// shortfall), never resolving any domain data itself. Authored as pre-placed children of the
|
||||
/// crosshair's cost holder — CrosshairManager fills and shows/hides them, it does not instantiate.
|
||||
/// </summary>
|
||||
[DisallowMultipleComponent]
|
||||
public class BuildCostEntryUI : MonoBehaviour
|
||||
|
||||
Reference in New Issue
Block a user