import Appendable from "../display/core/Appendable";
import IGameGraphChild from "../interface/IGameGraphChild";
export default class GameGraphChild extends Appendable implements IGameGraphChild {
}
