AlbLib.Mapping.CombineArgs.CombineArgs C# (CSharp) Method

CombineArgs() public method

public CombineArgs ( ) : System
return System
        public CombineArgs()
        {
            ShowUnderlays = true;
            ShowOverlays = true;
            ShowFloors = true;
            ShowWalls = true;
            ShowObjects = true;
            ShowNPCs = true;
            ShowGotoPoints = true;
            ShowHelpers = false;
            ShowDebug = false;
        }
CombineArgs