예제 #1
0
 public BezierCurve()
 {
     cs = new CoordsSelection(ItemID.None);
 }
 public MirrorWandSelection()
 {
     cs = new CoordsSelection(ModContent.ItemType <MirrorWand>());
 }
예제 #3
0
 public ShapesDrawerSelection()
 {
     cs       = new CoordsSelection(ModContent.ItemType <ShapesDrawer>());
     selected = UIStateLogic4.menuPanel.selected;
 }