mirror of
https://git.tonybark.com/tonytins/CyberBits.git
synced 2026-05-12 05:23:34 -04:00
6 lines
126 B
C#
6 lines
126 B
C#
namespace CyberBits.Common;
|
|
|
|
public record Addon(
|
|
[property: JsonPropertyName("cyberware")]
|
|
string[] Cyberware
|
|
);
|