Example #1
0
	protected virtual bool AcceptShotSource(ShotSource source)
	{
		return true;
	}
Example #2
0
	protected override bool AcceptShotSource (ShotSource source)
	{
		return source == ShotSource.Friend;
	}