Actually support creating assets

This commit is contained in:
2025-06-08 06:10:45 +02:00
parent 1c65630565
commit 257abddc15
9 changed files with 192 additions and 11 deletions
@@ -31,7 +31,7 @@ public class RamAsset implements Asset
/// The capacity of the RAM in bytes.
@Property("Capacity")
@Capacity
private long capacity;
private Long capacity;
/// The type of memory. E.g.: DDR2, SDRAM, ISA-8, etc...
@Property("Type")