spell check and update

This commit is contained in:
NimaZare
2024-02-19 13:13:36 +03:30
parent 643547704e
commit fc0c8f6bb1
84 changed files with 813 additions and 813 deletions

View File

@@ -0,0 +1,8 @@
namespace v2rayN.Model
{
[Serializable]
public class RoutingItemModel : RoutingItem
{
public bool isActive { get; set; }
}
}