MTMCL.Customize.TileColor.Save C# (CSharp) Méthode

Save() public méthode

public Save ( string file ) : void
file string
Résultat void
        public void Save(string file)
        {
            Save(this, file);
        }

Same methods

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