package org.terasology.components.actions; import org.terasology.entitySystem.Component; /** * When activated, gives the instigator access to the inventory of the entity. * * @author Immortius <immortius@gmail.com> */ public class AccessInventoryActionComponent implements Component { }