wasStitchNET – Blame information for rev 13

Subversion Repositories:
Rev:
Rev Author Line No. Line
13 office 1 ///////////////////////////////////////////////////////////////////////////
2 // Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3 //
3 // Please see: http://www.gnu.org/licenses/gpl.html for legal details, //
4 // rights of fair usage, the disclaimer and warranty conditions. //
5 ///////////////////////////////////////////////////////////////////////////
6  
7 namespace wasStitchNET.XmlRpc.Methods
8 {
9 public struct XmlRpcStitchOptions
10 {
11 public bool NoPatch;
12 public bool Clean;
13 public bool Force;
14 public bool NoVerify;
15 public bool DryRun;
16 public bool NoGeoLocation;
17 }
18 }