MTMCL.Customize.TileColor.Save C# (CSharp) Method

Save() public method

public Save ( string file ) : void
file string
return void
        public void Save(string file)
        {
            Save(this, file);
        }

Same methods

TileColor::Save ( ) : void
TileColor::Save ( TileColor cfg = null, string file = null ) : void