Added a really basic Config class for storing prefs clientside,
wired it up. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4184 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.threerings.presents.client {
|
||||
|
||||
import com.threerings.util.Config;
|
||||
|
||||
/**
|
||||
* Provides access to runtime configuration parameters for this package.
|
||||
*/
|
||||
public class PresentsPrefs
|
||||
{
|
||||
/** Used to store our preferences. */
|
||||
public static const config :Config = new Config("rsrc/config/presents");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user