12 lines
235 B
C#
12 lines
235 B
C#
using KAsyncEngineLib;
|
|
|
|
namespace Tornado3_2026Election.Services;
|
|
|
|
public readonly record struct KarismaPositionUpdate(
|
|
string ObjectName,
|
|
float X,
|
|
float Y,
|
|
float Z,
|
|
eKVectorType VectorType,
|
|
int KeyIndex = -1);
|