Files
league-of-legends-gui-overhaul/src/features/profile/profileSummary.ts
ToxicCrzay270 45b96ec20f
All checks were successful
Release Dry Run / release-dry-run (push) Successful in 12s
Codex Template Compliance / template-compliance (push) Successful in 6s
Initialize League GUI prototype
2026-05-15 00:41:38 +02:00

7 lines
144 B
TypeScript

export const profileSummary = {
displayName: "Toxic",
level: 42,
rank: "Gold prototype rank",
note: "No persistence in iteration 1."
};