This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
chovy-gm/GMAssetCompiler/YYRoomView.cs

34 lines
365 B
C#

namespace GMAssetCompiler
{
internal struct YYRoomView
{
public int visible;
public int xview;
public int yview;
public int wview;
public int hview;
public int xport;
public int yport;
public int wport;
public int hport;
public int hborder;
public int vborder;
public int hspeed;
public int vspeed;
public int index;
}
}