A photo manager for VRChat.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 85d425616622ec1a153762cfbc61552739b2d234 8 lines 233 B view raw
1import { PhotoListElement } from "./PhotoListElement"; 2import { Vars } from "./Vars"; 3 4export class PhotoListRow{ 5 public Elements: PhotoListElement[] = []; 6 public Height: number = Vars.PHOTO_HEIGHT; 7 public Width: number = 10; 8}