use Firewall in game_networking

This commit is contained in:
2025-12-12 03:52:40 -05:00
committed by sapphire
parent e0a5821431
commit 23fd4b12f9
3 changed files with 60 additions and 92 deletions
+1
View File
@@ -82,6 +82,7 @@ pub enum RuleDirection {
pub enum RuleProtocol {
Any,
#[allow(unused)]
Tcp,
Udp,
}