icon

ろむねこをよいやみβから追放することが可能な人です

icon

class Souhait {
  sleeping: boolean;

  constructor(sleeping: boolean) {
    this.sleeping = sleeping;
  }
}

const souhait = new Souhait(true);

icon

souhait.freeze();