Files
GmRelayBot/src
root b03929174a
PR Checks / test-and-build (pull_request) Failing after 2m53s
fix: move PlayerAttendanceStats out of interface scope
The record was nested inside ISessionStore, making it ISessionStore.PlayerAttendanceStats.
C# does not infer nested types in return signatures; callers and implementors failed
with CS0246 / CS0738. Moving it to namespace scope resolves the build.
2026-05-07 11:16:13 +00:00
..