Files
narya/src/java/com/threerings/miso/MisoPrefs.java
T
Michael Bayne bafffbd6fd A repository for client side preferences for the miso package.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2156 542714f4-19e9-0310-aa3c-eee0fc999fb1
2003-01-15 07:41:31 +00:00

18 lines
460 B
Java

//
// $Id: MisoPrefs.java,v 1.1 2003/01/15 07:41:31 mdb Exp $
package com.threerings.miso;
import com.samskivert.util.Config;
/**
* Provides access to runtime configuration parameters for the miso
* package and its subpackages.
*/
public class MisoPrefs
{
/** Used to load our preferences from a properties file and map them
* to the persistent Java preferences repository. */
public static Config config = new Config("rsrc/config/miso");
}