mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 23:37:43 -05:00
6 lines
63 B
JavaScript
6 lines
63 B
JavaScript
export default class Status
|
|
{
|
|
status = null;
|
|
media = [];
|
|
}
|