1 /*
2 * Created on 2004-12-10
3 *
4 * TODO To change the template for this generated file go to
5 * Window - Preferences - Java - Code Style - Code Templates
6 */
7 package org.sourceforge.jvb3d.Model;
8
9 /***
10 * @author spootnick
11 *
12 * Klasa mająca reprezentować obiekty używalne ale na razie nie zaimplementowana
13 */
14 public class UsableObject extends DynamicObject {
15
16 }