Add a counterpart for aspirin's Equalable for use in generation
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6669 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
//
|
||||||
|
// Who - Copyright 2010-2011 Three Rings Design, Inc.
|
||||||
|
|
||||||
|
package com.threerings.util;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This exists solely for classes with generated ActionScript counterparts that need to implement
|
||||||
|
* the Equalable.as interface
|
||||||
|
*/
|
||||||
|
public interface Equalable
|
||||||
|
{
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user