示例#1
0
		protected override bool OnBeforeSendGump(Gump g)
		{
			if (g == null || (ActionCams.IsCamera(this) && !ActionCams.GumpWhitelist.Any(t => g.TypeEquals(t))))
			{
				return false;
			}

			return base.OnBeforeSendGump(g);
		}