Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 package com.generalrobotix.ui.item;
00019
00020 import com.generalrobotix.ui.GrxBaseItem;
00021 import com.generalrobotix.ui.GrxPluginManager;
00022
00023 @SuppressWarnings("serial")
00024 public class GrxRTSItem extends GrxBaseItem{
00025
00031 public GrxRTSItem(String name, GrxPluginManager manager) {
00032 super(name, manager);
00033 System.out.println("GrxRTSItem");
00034 }
00035 }