DungeonMasterEngine.DungeonContent.Constrains.GrabableItemConstrain.GrabableItemConstrain C# (CSharp) Method

GrabableItemConstrain() public method

public GrabableItemConstrain ( IGrabableItemFactoryBase data, bool invertConstraion ) : DungeonMasterEngine.DungeonContent.Items
data IGrabableItemFactoryBase
invertConstraion bool
return DungeonMasterEngine.DungeonContent.Items
        public GrabableItemConstrain(IGrabableItemFactoryBase data, bool invertConstraion )
        {
            DataIndex = data;
            InvertConstraion = invertConstraion;
        }