Starting Railing code

This commit is contained in:
tgame14 2014-03-16 11:52:51 +02:00
parent 09810e27de
commit c68962d36f
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,9 @@
package resonantinduction.electrical.itemrailing;
/**
* @since 16/03/14
* @author tgame14
*/
public class ItemRailNode
{
}

View file

@ -0,0 +1,9 @@
package resonantinduction.electrical.itemrailing;
/**
* @since 16/03/14
* @author tgame14
*/
public class PartRailing
{
}

View file

@ -0,0 +1,9 @@
package resonantinduction.electrical.itemrailing.interfaces;
/**
* @since 16/03/14
* @author tgame14
*/
public interface IItemRailNode
{
}

View file

@ -0,0 +1,5 @@
/**
* @since 16/03/14
* @author tgame14
*/
package resonantinduction.electrical.itemrailing.interfaces;