コード例 #1
0
ファイル: Factions.cs プロジェクト: OGWhisper/Factions
 private object OnPlayerAssist(BasePlayer target, BasePlayer attacker) => Fact.CanAttack(target, attacker);
コード例 #2
0
ファイル: Factions.cs プロジェクト: OGWhisper/Factions
 private object OnMeleeAttack(BasePlayer bPlayer, HitInfo info) => Fact.CanAttack(bPlayer, info?.Initiator as BasePlayer);