blob: 5ea892e48767923165883febe883e1f6e38bb9a8 [file] [log] [blame] [raw]
/*
* Copyright (c) CovertJaguar, 2011 http://railcraft.info
*
* This code is the property of CovertJaguar
* and may only be used with explicit written
* permission unless otherwise specified on the
* license page at railcraft.wikispaces.com.
*/
package mods.railcraft.api.carts;
/**
*
* @author CovertJaguar <http://www.railcraft.info/>
*/
public interface IPaintedCart {
byte getPrimaryColor();
byte getSecondaryColor();
}