Altered persistent storage of scenes to be handled by the
SceneRepository. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@117 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// $Id: SceneRepository.java,v 1.1 2001/07/24 16:10:19 shaper Exp $
|
||||
|
||||
package com.threerings.miso.scene;
|
||||
|
||||
/**
|
||||
* The SceneRepository interface manages persistent scene storage.
|
||||
*/
|
||||
public interface SceneRepository
|
||||
{
|
||||
// TBD
|
||||
}
|
||||
Reference in New Issue
Block a user