Allow colorizations to be modified in a character descriptor.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1785 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-07 23:58:29 +00:00
parent 646696e5d0
commit 6fe29a85af
@@ -1,5 +1,5 @@
//
// $Id: CharacterDescriptor.java,v 1.8 2002/06/18 04:55:44 shaper Exp $
// $Id: CharacterDescriptor.java,v 1.9 2002/10/07 23:58:29 mdb Exp $
package com.threerings.cast;
@@ -49,6 +49,14 @@ public class CharacterDescriptor
return _zations;
}
/**
* Updates the colorizations to be used by this character descriptor.
*/
public void setColorizations (Colorization[][] zations)
{
_zations = zations;
}
/**
* Compute a sensible hashcode for this object.
*/