8 lines
167 B
C#
8 lines
167 B
C#
namespace Tornado3_2026Election.Services;
|
|
|
|
public readonly record struct KarismaChartCellUpdate(
|
|
string ObjectName,
|
|
int Row,
|
|
int Column,
|
|
float Value);
|