mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-09 00:55:45 -05:00
7 lines
88 B
JavaScript
7 lines
88 B
JavaScript
export default class Status
|
|
{
|
|
status = null;
|
|
contentWrapper = null;
|
|
media = [];
|
|
}
|