Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/rail/RailSpaceWorkUpdateOptions.cs
2026-02-21 16:45:37 +08:00

18 lines
258 B
C#

namespace rail
{
public class RailSpaceWorkUpdateOptions
{
public bool with_my_vote;
public bool with_vote_detail;
public bool with_metadata;
public bool with_detail;
public bool check_has_subscribed;
public bool check_has_favorited;
}
}