コード例 #1
0
ファイル: Brand.cs プロジェクト: davelondon/dontstayin
		public bool IsEvent(Event evnt)
		{
			return evnt.IsBrand(this.K);
		}