Files
Tornado3_2026Election/Tornado3_2026Election/Services/KarismaPositionUpdate.cs
2026-05-13 11:21:48 +09:00

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);