Starting Railing code
This commit is contained in:
parent
09810e27de
commit
c68962d36f
4 changed files with 32 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
package resonantinduction.electrical.itemrailing;
|
||||
|
||||
/**
|
||||
* @since 16/03/14
|
||||
* @author tgame14
|
||||
*/
|
||||
public class ItemRailNode
|
||||
{
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
package resonantinduction.electrical.itemrailing;
|
||||
|
||||
/**
|
||||
* @since 16/03/14
|
||||
* @author tgame14
|
||||
*/
|
||||
public class PartRailing
|
||||
{
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
package resonantinduction.electrical.itemrailing.interfaces;
|
||||
|
||||
/**
|
||||
* @since 16/03/14
|
||||
* @author tgame14
|
||||
*/
|
||||
public interface IItemRailNode
|
||||
{
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
/**
|
||||
* @since 16/03/14
|
||||
* @author tgame14
|
||||
*/
|
||||
package resonantinduction.electrical.itemrailing.interfaces;
|
Loading…
Reference in a new issue