Files
gamer147 a704765ea0 feat(a1): .NET 8 solution scaffold + Model + OpcodeTable loader
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 13:49:02 -04:00

3 lines
89 B
C#

namespace Age.Engine.Model;
public readonly record struct Operand(int Type, long Value);