/// <summary> /// Use the thing. /// </summary> /// <param name="user">The player using the thing.</param> public override void UseThing(Player user, GameWorld world) { user.OpenContainer(this); }