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